Storage

Type Alias Storage 

Source
pub type Storage<K, V> = SlotMap<K, V>;

Aliased Typeยง

pub struct Storage<K, V> { /* private fields */ }