pub type Dict = BTreeMap<String, Value, Global>;
An alias to a Map from String to Values.
Map
String
Value
struct Dict { /* private fields */ }