Searched refs:caster_map (Results 1 – 2 of 2) sorted by relevance
80 use crate::caster_map; in impls()82 caster_map().contains_key(&(self.type_id(), TypeId::of::<Caster<T>>())) in impls()
126 pub fn caster_map() -> &'static HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher> { in caster_map() function250 caster_map() in caster()