ViewStorage

Type Alias ViewStorage 

Source
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 */ }