pub trait ExBuildHasher {
    type ExternalTraitSpecificationFor: BuildHasher;
    type Hasher: Hasher;
}

Required Associated Types§

Implementors§