1 2 3
pub type HashSet<V> = hashbrown::HashSet<V>; pub type Entry<'a, V, S> = hashbrown::hash_set::Entry<'a, V, S>; pub type IntoIter<V> = hashbrown::hash_set::IntoIter<V>;