Home
last modified time | relevance | path

Searched defs:Caster (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/intertrait/src/
H A Dlib.rs177 pub struct Caster<T: ?Sized + 'static> { struct
199 impl<T: ?Sized + 'static> Caster<T> { implementation