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