Buffer64

Type Alias Buffer64 

Source
pub type Buffer64 = Buffer<{ i64::TEXT_SIZE }>;
Expand description

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

Aliased Typeยง

pub struct Buffer64 { /* private fields */ }