☰
Map
In serde_hjson::value
?
Type Definition
serde_hjson
::
value
::
Map
source
·
[
−
]
pub type Map<K, V> =
BTreeMap
<K, V>;
Expand description
Represents a key/value type.