pub type Map<K, V> = HashMap<K, V>;
The backing store for Config
Config
struct Map<K, V> { /* private fields */ }