Type Alias HashMap

Source
pub type HashMap<K, V> = HashMap<K, V, RandomState>;

Aliased Typeยง

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