OwnedBytesStorage

Type Alias OwnedBytesStorage 

Source
pub type OwnedBytesStorage<const N: usize> = OwnedVecStorage<u8, N>;

Aliased Typeยง

pub struct OwnedBytesStorage<const N: usize> { /* private fields */ }