ViewStorage

Type Alias ViewStorage 

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