pub type Map = IndexMap<String, Value>;
A map of string keys to Values, representing a libconfig group Uses IndexMap to preserve insertion order
Value
pub struct Map { /* private fields */ }