pub type MigrateToV11<T> = VersionedMigration<10, 11, UncheckedMigrateToV11<T>, Pallet<T>, <T as Config>::DbWeight>;

Aliased Type§

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