Dictionary

Type Alias Dictionary 

Source
pub type Dictionary<T = String> = HashMap<String, T>;

Aliased Typeยง

pub struct Dictionary<T = String> { /* private fields */ }