pub type MigrateToV12<T> = VersionedMigration<11, 12, UncheckedMigrateToV12<T>, Pallet<T>, <T as Config>::DbWeight>;

Aliased Type§

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