Searched refs:cast_rc (Results 1 – 4 of 4) sorted by relevance
14 mod cast_rc; module20 pub use cast_rc::*;
192 pub cast_rc: fn(from: Rc<dyn Any>) -> Rc<T>, field204 cast_rc: fn(from: Rc<dyn Any>) -> Rc<T>, in new()210 cast_rc, in new()219 cast_rc: fn(from: Rc<dyn Any>) -> Rc<T>, in new_sync()226 cast_rc, in new_sync()392 cast_rc: |from| from.downcast::<TestStruct>().unwrap(), in create_test_caster()423 fn cast_rc() { in cast_rc() function
40 Some(caster) => Ok((caster.cast_rc)(self.rc_any())), in cast()