pub type KeyMap<V> = LinkedHashMap<String, V>;
Alias to reduce coupling with LinkedHashMap
LinkedHashMap
Takes a value that provides a key and stores it under the given key.