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

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

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