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() -> usize

Return block size in bytes.

Implementors