Dictionary

Type Alias Dictionary 

Source
pub type Dictionary<V = Value> = BTreeMap<ByteString, V>;

Aliased Typeยง

pub struct Dictionary<V = Value> { /* private fields */ }