Type Alias smart_config::value::Map
source · pub type Map<V = Value> = BTreeMap<String, WithOrigin<V>>;
Expand description
JSON object.
Aliased Type§
struct Map<V = Value> { /* private fields */ }
pub type Map<V = Value> = BTreeMap<String, WithOrigin<V>>;
JSON object.
struct Map<V = Value> { /* private fields */ }