Buffer8

Type Alias Buffer8 

Source
pub type Buffer8 = Buffer<{ i8::TEXT_SIZE }>;
Expand description

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

Aliased Typeยง

pub struct Buffer8 { /* private fields */ }