Home
last modified time | relevance | path

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

/external/rust/crates/downcast-rs/src/
Dlib.rs181 fn into_any_rc(self: Rc<Self>) -> Rc<dyn Any>; in into_any_rc() method
192 fn into_any_rc(self: Rc<Self>) -> Rc<dyn Any> { self } in into_any_rc() method
273 Ok($crate::Downcast::into_any_rc(self).downcast::<__T>().unwrap())