Skip to main content

Bytes

Type Alias Bytes 

Source
pub type Bytes<const N: usize, LenT = usize> = BytesInner<LenT, VecStorageInner<[MaybeUninit<u8>; N]>>;

Aliased Typeยง

pub struct Bytes<const N: usize, LenT = usize> { /* private fields */ }