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() -> usizeReturn block size in bytes.
Implementors
impl<T: BlockSizeUser> BlockSizeUser for &Timpl<T: BlockSizeUser> BlockSizeUser for &mut T