Skip to main content

GetHash

Trait GetHash 

Source
pub trait GetHash {
    // Required method
    fn get_hash(&self) -> u64;
}

Required Methods§

Source

fn get_hash(&self) -> u64

Implementors§

Source§

impl<T: Hash> GetHash for T