pub type HashSetStd<T> = HashSet<T>;
std
The HashSet in the standard library.
HashSet
struct HashSetStd<T> { /* private fields */ }