pub type HashMap<K, V> = HashMap<K, V, DeterministicHasher>;Expand description
A HashMap type alias using DeterministicHasher to ensure consistent hash values.
Aliased Typeยง
pub struct HashMap<K, V> { /* private fields */ }pub type HashMap<K, V> = HashMap<K, V, DeterministicHasher>;A HashMap type alias using DeterministicHasher to ensure consistent hash values.
pub struct HashMap<K, V> { /* private fields */ }