Map

Type Alias Map 

Source
pub type Map<K> = BTreeMap<String, Vec<K>>;
Expand description

A mapping from element path as a String to a list of WarningKinds.

Aliased Typeยง

pub struct Map<K> { /* private fields */ }