Struct core::hash::BuildHasherDefault
[−]
[src]
pub struct BuildHasherDefault<H>(PhantomData<H>);
A structure which implements BuildHasher for all Hasher types which also
implement Default.
This struct is 0-sized and does not need construction.