pub const fn aligned_byte_storage<T, const N: usize>() -> ByteStorage<T, N>
Expand description
Create a new byte storage buffer for a maximum byte capacity N
, with
a memory alignment matching type T
.
pub const fn aligned_byte_storage<T, const N: usize>() -> ByteStorage<T, N>
Create a new byte storage buffer for a maximum byte capacity N
, with
a memory alignment matching type T
.