Trait frame_support::migrations::MultiStepMigrator
source · pub trait MultiStepMigrator {
// Required methods
fn ongoing() -> bool;
fn step() -> Weight;
}
Expand description
Something that can do multi step migrations.
Required Methods§
sourcefn ongoing() -> bool
fn ongoing() -> bool
Hint for whether Self::step
should be called.
Object Safety§
This trait is not object safe.