pub trait Hashes {
    fn hashes(&self) -> u32;
}

Required Methods

Implementors