pub type ViewStorage = ViewVecStorage<u8>;
Expand description
Implementation of StringStorage
that stores the data in an unsized slice.
Aliased Typeยง
pub struct ViewStorage { /* private fields */ }
pub type ViewStorage = ViewVecStorage<u8>;
Implementation of StringStorage
that stores the data in an unsized slice.
pub struct ViewStorage { /* private fields */ }