pub trait Hashable {
    fn hash(&self) -> H256;

    fn generate(&self) -> H256 { ... }
}

Required Methods

Provided Methods

Implementors