pub type UnorderedNoHashMap<K, V> = UnorderedMap<K, V, BuildNoHashHasher<K>>;Expand description
Type-alias of UnorderedMap that is useful when you are using keys that are NoHashable
Aliased Typeยง
pub struct UnorderedNoHashMap<K, V> { /* private fields */ }