Home
last modified time | relevance | path

Searched refs:caster_map (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/intertrait/src/cast/
H A Dcast_ref.rs80 use crate::caster_map; in impls()
82 caster_map().contains_key(&(self.type_id(), TypeId::of::<Caster<T>>())) in impls()
/DragonOS/kernel/crates/intertrait/src/
H A Dlib.rs125 pub fn caster_map() -> &'static HashMap<(TypeId, TypeId), BoxedCaster, BuildFastHasher> { in caster_map() function
249 caster_map() in caster()