Hash

Trait Hash 

Source
pub trait Hash {
    type Hasher: Hasher;
    type Output;
}
Expand description

The Hash trait establishes a common interface for hashing types.

Required Associated Types§

Implementors§