pub type KeyMap<V> = LinkedHashMap<String, V>;
Expand description
Alias to reduce coupling with LinkedHashMap
Aliased Type§
pub struct KeyMap<V> { /* private fields */ }
pub type KeyMap<V> = LinkedHashMap<String, V>;
Alias to reduce coupling with LinkedHashMap
pub struct KeyMap<V> { /* private fields */ }