[][src]Trait mohan::hash::Hashed

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

A trait for types that have a canonical hash

Required methods

fn hash(&self) -> H256

Obtain the hash of the object at 256bits

Loading content...

Implementors

impl<D: DefaultHashable> Hashed for D[src]

Loading content...