Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/intertrait/src/
H A Dcast.rs
/DragonOS/kernel/crates/intertrait/src/
H A Dcast.rs12 mod cast_box; module
H A Dlib.rs188 pub cast_box: fn(from: Box<dyn Any>) -> Box<T>, field
415 fn cast_box() { in cast_box() function