pub struct BuildHasherDefault<H>(/* private fields */);
Expand description
Used to create a default BuildHasher
instance for types that implement
Hasher
and Default
.
BuildHasherDefault<H>
can be used when a type H
implements Hasher
and
pub struct BuildHasherDefault<H>(/* private fields */);
Used to create a default BuildHasher
instance for types that implement
Hasher
and Default
.
BuildHasherDefault<H>
can be used when a type H
implements Hasher
and