Type Alias HashMap

Source
pub type HashMap<K, V> = IndexMap<K, V>;
Expand description

Allow for switching HashMap implementation

Aliased Typeยง

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