pub type OwnedStorage<const N: usize> = OwnedVecStorage<u8, N>;
Expand description
Implementation of StringStorage
that stores the data in an array whose size is known at compile time.
Aliased Typeยง
pub struct OwnedStorage<const N: usize> { /* private fields */ }