Type Alias serde_json::map::MapImpl

source ·
type MapImpl<K, V> = BTreeMap<K, V>;

Aliased Type§

struct MapImpl<K, V> { /* private fields */ }