Skip to main content

StdDefaultHashTable

Type Alias StdDefaultHashTable 

Source
pub type StdDefaultHashTable<TKey, TValue> = DefaultHashTable<TKey, TValue, StdAllocator>;
Available on crate feature std only.
Expand description

An alias for DefaultHashTable with [StdAllocator]. Requires std feature.

Aliased Typeยง

pub struct StdDefaultHashTable<TKey, TValue> { /* private fields */ }