dioxus_native_core

Type Alias FxDashMap

Source
pub type FxDashMap<K, V> = DashMap<K, V, BuildHasherDefault<FxHasher>>;
Expand description

A map that can be sent between threads

Aliased Typeยง

struct FxDashMap<K, V> { /* private fields */ }