pub trait BlockSizes: ArraySize + BlockSizes { }
Expand description
Trait implemented for supported block sizes, i.e. for types from U1
to U255
.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.