pub type StrMap<T> = HashMap<RawIdentifier, T>;Expand description
A map from RawIdentifiers to values of type T.
Aliased Typeยง
pub struct StrMap<T> { /* private fields */ }pub type StrMap<T> = HashMap<RawIdentifier, T>;A map from RawIdentifiers to values of type T.
pub struct StrMap<T> { /* private fields */ }