pub type HasherBuildFnv = HasherBuildDefault<HasherFnv<usize>>;
Available on crate features
hash
and cast
only.Expand description
A builder for default Fnv hashers.
Aliased Typeยง
struct HasherBuildFnv(/* private fields */);