Searched refs:FastHasher (Results 1 – 1 of 1) sorted by relevance
7 pub struct FastHasher(u64); struct10 pub type BuildFastHasher = BuildHasherDefault<FastHasher>;12 impl Hasher for FastHasher { implementation