Searched refs:BuildFastHasher (Results 1 – 2 of 2) sorted by relevance
10 pub type BuildFastHasher = BuildHasherDefault<FastHasher>; typedef
79 use crate::hasher::BuildFastHasher;104 static CASTER_MAP: once_cell::sync::Lazy<HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher>> =122 static mut CASTER_MAP: Option<HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher>> = None;125 pub fn caster_map() -> &'static HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher> { in caster_map()