Trait HashSetExt
pub trait HashSetExt
A convenience extension trait to enable HashSet::new for hash sets that use foldhash.
Required Methods
fn new() -> SelfCreates an empty
HashSet.fn with_capacity(capacity: usize) -> SelfCreates an empty
HashSetwith at least the specified capacity.
Implementors
impl<T> HashSetExt for HashSet<T, FixedState>impl<T> HashSetExt for HashSet<T, RandomState>