Trait HashMapExt

pub trait HashMapExt

A convenience extension trait to enable HashMap::new for hash maps that use foldhash.

Required Methods

fn new() -> Self

Creates an empty HashMap.

fn with_capacity(capacity: usize) -> Self

Creates an empty HashMap with at least the specified capacity.

Implementors