pub trait Hashable<H: HashOne> { // Required method fn hash(&self, seed: u64) -> u64; }
Hashable trait.