Trait BlockSizeUser
trait BlockSizeUser
Types which process data in blocks.
Associated Types
type BlockSize: TraitBound { trait_: Path { path: "ArrayLength", id: Id(16), args: Some(AngleBracketed { args: [Type(Primitive("u8"))], constraints: [] }) }, generic_params: [], modifier: None } + Outlives("'static")Size of the block in bytes.
Provided Methods
fn block_size() -> usizeReturn block size in bytes.
Implementors
impl<T: BlockSizeUser> BlockSizeUser for &Timpl<T: BlockSizeUser> BlockSizeUser for &mut T