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
.
pub const fn byte_storage<const N: usize>() -> ByteStorage<u8, N>
Create a new byte storage buffer for a maximum byte capacity N
.