Type Alias FxBuildHasher

Source
pub type FxBuildHasher = FxRandomState;
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 */ }

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes