Searched refs:remove_downcast_ref (Results 1 – 2 of 2) sorted by relevance
54 pub fn remove_downcast_ref<T: Any + Send>(&mut self) -> Option<T> { in remove_downcast_ref() method299 let e3 = shelf.remove_downcast_ref::<Elf>().unwrap(); in test_shelf()302 assert_eq!(shelf.remove_downcast_ref::<Elf>(), None); in test_shelf()316 assert_eq!(shelf.remove_downcast_ref::<i32>(), None); in test_shelf()
257 shelf.remove_downcast_ref::<LegacyMigratorState>(); in do_serialized()