Searched refs:LegacyMigratorState (Results 1 – 1 of 1) sorted by relevance
77 struct LegacyMigratorState { struct160 shelf.get_or_put_with(|| LegacyMigratorState { in check_state()226 F: FnOnce(&mut LegacyMigratorState) -> Result<T> + Send + 'static, in do_serialized()246 shelf.get_downcast_mut::<LegacyMigratorState>() in do_serialized()257 shelf.remove_downcast_ref::<LegacyMigratorState>(); in do_serialized()414 impl LegacyMigratorState { implementation