pub type DashMap<K, V, S = DefaultHashBuilder> = DashMap<K, V, S>;Available on crate feature
dashmap only.Expand description
Re-export of DashMap with [alloy_primitives::map::DefaultHashBuilder] as the hasher.
Aliased Type§
pub struct DashMap<K, V, S = DefaultHashBuilder> { /* private fields */ }Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.