Type Alias Dictionary

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

Aliased Typeยง

pub struct Dictionary { /* private fields */ }