Type Alias DashMapXxHash3_64

Source
pub type DashMapXxHash3_64<K, V> = DashMap<K, V, BuildHasherDefault<XxHash3_64>>;

Aliased Typeยง

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