[][src]Type Definition json_rules_engine::Map

type Map = HashMap<ImmutableString, Dynamic, RandomState>;

Hash map of Dynamic values with ImmutableString keys.

Not available under the no_object feature.