Type Alias Migration

Source
pub type Migration<T, W> = VersionedMigration<3, 4, MigrateToV4<T>, Pallet<T>, W>;

Aliased Typeยง

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