Type Definition rhai::Map[][src]

pub type Map = HashMap<ImmutableString, Dynamic>;
Expand description

Hash map of Dynamic values with ImmutableString keys.

Not available under the no_object feature.