pub trait ToHash<H> {
    // Required method
    fn to_hash(&self) -> H;
}

Required Methods§

fn to_hash(&self) -> H

Implementors§