Trait HashMapExt
pub trait HashMapExt
A convenience extension trait to enable HashMap::new for hash maps that use foldhash.
Required Methods
fn new() -> SelfCreates an empty
HashMap.fn with_capacity(capacity: usize) -> SelfCreates an empty
HashMapwith at least the specified capacity.
Implementors
impl<K, V> HashMapExt for HashMap<K, V, FixedState>impl<K, V> HashMapExt for HashMap<K, V, RandomState>