pub type HashMap<K, V> = HashMap<K, V, Builder>;Expand description
A HashMap for usage with keys that are already robust hashes (like an ObjectId).
The first 8 bytes of the hash are used as the HashMap hash
Aliased Typeยง
struct HashMap<K, V> { /* private fields */ }