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

Required Methods

Implementors