pub type Map<K, V> = LinkedHashMap<K, V>;
Expand description
Represents a key/value type.
Aliased Typeยง
struct Map<K, V> { /* private fields */ }
pub type Map<K, V> = LinkedHashMap<K, V>;
Represents a key/value type.
struct Map<K, V> { /* private fields */ }