[][src]Type Definition tracing_timing::HashMap

type HashMap<K, V> = HashMap<K, V, Hasher>;

A standard library HashMap with a faster hasher.