Type Alias MapImpl

Source
type MapImpl<K, V> = BTreeMap<K, V>;

Aliased Typeยง

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