pub trait Hash { type Hasher: Hasher; type Output; }
The Hash trait establishes a common interface for hashing types.
Hash