fxhash

Trait HashWord

Source
pub(crate) trait HashWord {
    // Required method
    fn hash_word(&mut self, _: Self);
}

Required Methods§

Source

fn hash_word(&mut self, _: Self)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl HashWord for u32

Source§

fn hash_word(&mut self, word: Self)

Source§

impl HashWord for u64

Source§

fn hash_word(&mut self, word: Self)

Source§

impl HashWord for usize

Source§

fn hash_word(&mut self, word: Self)

Implementors§