Type Alias Buffer

Source
pub type Buffer<const T: usize> = [u8; T];
Expand description

Buffer of the specified size