Trait Hashable

Source
pub trait Hashable
where Self: Display,
{ // Required method fn hash(&self) -> H256; }

Required Methods§

Source

fn hash(&self) -> H256

Implementors§