pub type MigrateV2ToV3<T> = VersionedMigration<2, 3, MigrateToV3Impl<T>, Pallet<T>, <T as Config>::DbWeight>;

Aliased Type§

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