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

Provided Methods§

Implementors§