Type Definition rustc_data_structures::unhash::UnhashMap[][src]

pub type UnhashMap<K, V> = HashMap<K, V, BuildHasherDefault<Unhasher>>;