Type Alias Dictionary

Source
pub type Dictionary = BTreeMap<String, String>;

Aliased Typeยง

struct Dictionary { /* private fields */ }