pub trait PalletVersionToStorageVersionHelper {
fn migrate(db_weight: &RuntimeDbWeight) -> Weight;
}
Expand description
Trait used by migrate_from_pallet_version_to_storage_version
to do the actual migration.
pub trait PalletVersionToStorageVersionHelper {
fn migrate(db_weight: &RuntimeDbWeight) -> Weight;
}
Trait used by migrate_from_pallet_version_to_storage_version
to do the actual migration.