Searched refs:cast_ref (Results 1 – 4 of 4) sorted by relevance
15 mod cast_ref; module21 pub use cast_ref::*;
180 pub cast_ref: fn(from: &dyn Any) -> &T, field201 cast_ref: fn(from: &dyn Any) -> &T, in new()207 cast_ref, in new()216 cast_ref: fn(from: &dyn Any) -> &T, in new_sync()223 cast_ref, in new_sync()389 cast_ref: |from| from.downcast_ref::<TestStruct>().unwrap(), in create_test_caster()399 fn cast_ref() { in cast_ref() function
69 (caster.cast_ref)(any).into() in cast()