Buffer128

Type Alias Buffer128 

Source
pub type Buffer128 = Buffer<{ i128::TEXT_SIZE }>;
Expand description

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

Aliased Typeยง

pub struct Buffer128 { /* private fields */ }