pub type Map<K> = BTreeMap<String, Vec<K>>;
A mapping from element path as a String to a list of WarningKinds.
String
WarningKind
pub struct Map<K> { /* private fields */ }