Skip to main content

StdHashTable

Type Alias StdHashTable 

Source
pub type StdHashTable<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 StdHashTable<TKey, TValue> { /* private fields */ }