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

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