Trait std::hash::Hash

pub trait Hash {
    fn hash(self, ref mut state: Hasher);
}

Required Methods