dioxus_native_core

Type Alias 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 */ }