pub type FxBuildHasher = FxRandomState;Expand description
The FxHasher hasher builder.
This is rustc_hash::FxBuildHasher, unless both the “std” and “rand” features are
enabled, in which case it will be rustc_hash::FxRandomState for better security at
very little cost.
Aliased Type§
pub struct FxBuildHasher { /* private fields */ }