pub type MigrateToV10<T> = VersionedMigration<9, 10, VersionUncheckedMigrateToV10<T>, Pallet<T>, <T as Config>::DbWeight>;

Aliased Type§

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