Type Alias SmallBlockSize

Source
pub type SmallBlockSize = BlockSize<8, 1>;
Expand description

Block size suitable for sending items one by one, from time to time

Each block will have 8 slots.

Aliased Typeยง

pub struct SmallBlockSize;