Trait nekolib::traits::SliceHash

source ·
pub trait SliceHash {
    type Salt;
    type Hashed;

    // Required method
    fn hash(&self, x: Self::Salt) -> Self::Hashed;
}

Required Associated Types§

Required Methods§

source

fn hash(&self, x: Self::Salt) -> Self::Hashed

Implementors§