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