Type Alias BufferSized

Source
pub type BufferSized = Buffer<[u8; 11]>;
Expand description

Alias to buffer that can be used to write isize bit integers

Aliased Typeยง

pub struct BufferSized { /* private fields */ }