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