Type Alias dioxus_native_core::FxDashSet

source ·
pub type FxDashSet<K> = DashSet<K, BuildHasherDefault<FxHasher>>;
Expand description

A set that can be sent between threads

Aliased Type§

struct FxDashSet<K> { /* private fields */ }