Type Alias DefaultDashMap

Source
pub type DefaultDashMap<K, V> = DashMap<K, V, RandomState>;

Aliased Typeยง

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