Type Definition dioxus_native_core::FxDashSet
source · pub type FxDashSet<K> = DashSet<K, BuildHasherDefault<FxHasher>>;Expand description
A set that can be sent between threads
pub type FxDashSet<K> = DashSet<K, BuildHasherDefault<FxHasher>>;A set that can be sent between threads