OwnedStorage

Type Alias OwnedStorage 

Source
pub type OwnedStorage<K, V, const N: usize> = OwnedVecStorage<(K, V), N>;
Expand description

Implementation of LinearMapStorage that stores the data in an array whose size is known at compile time.

Aliased Typeยง

pub struct OwnedStorage<K, V, const N: usize> { /* private fields */ }