pub type FxDashMap<K, V> = DashMap<K, V, BuildHasherDefault<FxHasher>>;Expand description
A map that can be sent between threads
Aliased Typeยง
struct FxDashMap<K, V> { /* private fields */ }pub type FxDashMap<K, V> = DashMap<K, V, BuildHasherDefault<FxHasher>>;A map that can be sent between threads
struct FxDashMap<K, V> { /* private fields */ }