Type Alias zone_alloc::KeyMap

source ·
pub type KeyMap<K, V> = HashMap<K, V>;

Aliased Type§

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