devela::_dep::hashbrown

Type Alias DefaultHashBuilder

pub type DefaultHashBuilder = RandomState;
Available on crate features dep_hashbrown and alloc only.
Expand description

Default hasher for HashMap and HashSet.

Aliased Typeยง

struct DefaultHashBuilder { /* private fields */ }