Type Alias Migration

Source
pub type Migration<T, W> = VersionedMigration<5, 6, MigrateToV6<T>, Pallet<T>, W>;

Aliased Typeยง

struct Migration<T, W> { /* private fields */ }