pub trait PalletVersionToStorageVersionHelper {
// Required method
fn migrate(db_weight: &RuntimeDbWeight) -> Weight;
}
Expand description
Trait used by migrate_from_pallet_version_to_storage_version
to do the actual migration.
Required Methods§
fn migrate(db_weight: &RuntimeDbWeight) -> Weight
Object Safety§
This trait is not object safe.