Trait cluuname::hash_version::HashVersion [] [src]

pub trait HashVersion {
    fn hash_version<H: Hasher>(&self, state: &mut H);
}

Required Methods

Get a hash version for this structure

Implementors