Trait GetHash

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

Required Methods§

Source

fn get_hash(self) -> u64

Implementations on Foreign Types§

Source§

impl GetHash for &str

Source§

fn get_hash(self) -> u64

Implementors§