Trait BlockSizeUser

pub trait BlockSizeUser

Types which process data in blocks.

Associated Types

type BlockSize: ArraySize;

Size of the block in bytes.

Provided Methods

fn block_size() -> usize

Return block size in bytes.

Implementors