pub type HashMapStd<K, V> = HashMap<K, V>;
std
The HashMap in the standard library.
HashMap
struct HashMapStd<K, V> { /* private fields */ }