Map

Type Alias Map 

Source
pub type Map<K, V> = BTreeMap<K, V>;
Expand description

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

Aliased Typeยง

pub struct Map<K, V> { /* private fields */ }