Type Alias HashMapXxHash3_64

Source
pub type HashMapXxHash3_64<K, V> = HashMap<K, V, BuildHasherDefault<Hasher>>;

Aliased Typeยง

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