Skip to main content
BlockSizes
block_
buffer
0.12.0
Block
Sizes
Implementors
In block_
buffer::
sealed
block_buffer
::
sealed
Trait
Block
Sizes
Copy item path
Source
pub trait BlockSizes { }
Expand description
Sealed trait implemented for sizes from
U1
to
U255
.
Implementors
§
Source
§
impl<T:
Unsigned
>
BlockSizes
for T
where Self:
IsLess
<
U256
, Output =
True
> +
NonZero
,