pub type Map<'a> = HashMap<Cow<'a, str>, MapValue<'a>>;
Map literal used by options and aggregate constants.
pub struct Map<'a> { /* private fields */ }