pub trait Hash: Serialize {
    fn hash(&self) -> String { ... }
}

Provided Methods

Implementors