pub type MigrateV1ToV2<T> = VersionedMigration<1, 2, MigrateToV2Impl<T>, Pallet<T>, <T as Config>::DbWeight>;

Aliased Type§

struct MigrateV1ToV2<T> { /* private fields */ }