Searched defs:downcast_ref (Results 1 – 2 of 2) sorted by relevance
16 pub(crate) fn downcast_ref<T: std::any::Any + Clone + Send + Sync + 'static>( in downcast_ref() method
306 pub fn downcast_ref<T: 'static>(&self) -> Option<&T> { in downcast_ref() method