devela::data::collections

Type Alias HashMapStd

Source
pub type HashMapStd<K, V> = HashMap<K, V>;
Available on crate feature std only.
Expand description

The HashMap in the standard library.

Aliased Typeยง

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