[][src]Trait ahash::Specialize

pub trait Specialize<H: Hasher> {
    fn get_specialized_hasher(&self, state: &RandomState) -> H;
}

Required methods

fn get_specialized_hasher(&self, state: &RandomState) -> H

Loading content...

Implementations on Foreign Types

impl<'_, T: Hash> Specialize<AHasher> for &'_ T[src]

Loading content...

Implementors

Loading content...