Type Alias FastHashMap

Source
pub type FastHashMap<T, U> = HashMap<T, U>;

Aliased Typeยง

struct FastHashMap<T, U> { /* private fields */ }