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