[][src]Type Definition figment::value::Map

type Map<K, V> = BTreeMap<K, V>;

An alias to the type of map used in Value::Dict.