Home
last modified time | relevance | path

Searched defs:cast_ref (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.rs15 mod cast_ref; module
H A Dlib.rs180 pub cast_ref: fn(from: &dyn Any) -> &T, field
399 fn cast_ref() { in cast_ref() function