frame_support::migrationsTrait MigrationStatusHandler
Source pub trait MigrationStatusHandler {
// Provided methods
fn started() { ... }
fn completed() { ... }
}
Expand description
Notification handler for status updates regarding Multi-Block-Migrations.
Notifies of the start of a runtime migration.
Notifies of the completion of a runtime migration.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Notifies of the start of a runtime migration.
Notifies of the completion of a runtime migration.
Notifies of the start of a runtime migration.
Notifies of the completion of a runtime migration.
Notifies of the start of a runtime migration.
Notifies of the completion of a runtime migration.
Notifies of the start of a runtime migration.
Notifies of the completion of a runtime migration.
Notifies of the start of a runtime migration.
Notifies of the completion of a runtime migration.
Notifies of the start of a runtime migration.
Notifies of the completion of a runtime migration.
Notifies of the start of a runtime migration.
Notifies of the completion of a runtime migration.
Notifies of the start of a runtime migration.
Notifies of the completion of a runtime migration.
Notifies of the start of a runtime migration.
Notifies of the completion of a runtime migration.