pub type Namespace = HashMap<String, OwnedValue>;Expand description
A HashMap of the <key, value> settings found on a specific namespace.
Aliased Typeยง
struct Namespace { /* private fields */ }pub type Namespace = HashMap<String, OwnedValue>;A HashMap of the <key, value> settings found on a specific namespace.
struct Namespace { /* private fields */ }