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

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