Type Alias DefaultHashBuilder

Source
pub type DefaultHashBuilder = RandomState;
Expand description

Default hasher for hash map types.

To disable this hasher, disable the default-hasher feature.

Aliased Typeยง

struct DefaultHashBuilder { /* private fields */ }