Function byte_storage

Source
pub const fn byte_storage<const N: usize>() -> ByteStorage<u8, N>
Expand description

Create a new byte storage buffer for a maximum byte capacity N.