pub type HashMap<'alloc, K, V, S = FxBuildHasher> = HashMap<K, V, S, &'alloc Arena>;Expand description
See hashbrown::HashMap.
Aliased Type§
pub struct HashMap<'alloc, K, V, S = FxBuildHasher> { /* 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.