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