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

pub type UnhashSet<V> = HashSet<V, BuildHasherDefault<Unhasher>>;