Block

Type Alias Block 

Source
pub type Block<B> = Array<u8, B>;
Expand description

Block size.

Aliased Type§

#[repr(transparent)]
pub struct Block<B>(pub <B as ArraySize>::ArrayType<u8>);

Tuple Fields§

§0: <B as ArraySize>::ArrayType<u8>