Skip to main content

StrMap

Type Alias StrMap 

Source
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 */ }