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