Trait HashableExt

Source
pub trait HashableExt: Hashable {
    // Provided method
    fn hasher(&self, deg: Option<usize>) -> H256 { ... }
}

Provided Methods§

Source

fn hasher(&self, deg: Option<usize>) -> H256

Implementors§