pub type FxBuildHasher = FxBuildHasherInner;
Available on crate feature
map
only.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§
struct FxBuildHasher(/* private fields */);