Sealed trait implemented for sizes from `U1` to `U255`.
| 102 | |
| 103 | /// Sealed trait implemented for sizes from `U1` to `U255`. |
| 104 | pub trait BlockSizes {} |
| 105 | |
| 106 | impl<T: Unsigned> BlockSizes for T where Self: IsLess<U256, Output = True> + NonZero {} |
nothing calls this directly
no outgoing calls
no test coverage detected