Type Definition tracing_timing::HashMap

source · []
pub type HashMap<K, V> = HashMap<K, V, Hasher>;
Expand description

A standard library HashMap with a faster hasher.