pub type HashSet<T, S> = HashSet<T, S, FastAlloc>;
See std::collections::HashSet.
struct HashSet<T, S> { /* private fields */ }