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.

Required Methods§

Implementations on Foreign Types§

Implementors§