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