pub trait BlockSizes: ArrayLength<u8> + BlockSizes + 'static { }
Expand description

Trait implemented for supported block sizes, i.e. for types from U1 to U255.

Implementors§