Searched defs:downcast_into (Results 1 – 3 of 3) sorted by relevance
22 pub(crate) fn downcast_into<T: std::any::Any + Clone + Send + Sync>(self) -> Result<T, Self> { in downcast_into() method