Type Definition dioxus_native_core::FxDashMap
source · pub type FxDashMap<K, V> = DashMap<K, V, BuildHasherDefault<FxHasher>>;Expand description
A map that can be sent between threads
pub type FxDashMap<K, V> = DashMap<K, V, BuildHasherDefault<FxHasher>>;A map that can be sent between threads