Dict

Type Alias Dict 

Source
pub type Dict = BTreeMap<String, Value>;
Expand description

An alias to a Map from String to Values.

Aliased Typeยง

pub struct Dict { /* private fields */ }