KeyMap

Type Alias KeyMap 

Source
pub type KeyMap<K, V> = RapidHashMap<K, V>;
Expand description

Make it easier to switch between different hash backends.

Aliased Typeยง

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