[−][src]Trait frame_support::traits::OnRuntimeUpgrade
The runtime upgrade trait. Implementing this lets you express what should happen when the runtime upgrades, and changes may need to occur to your module.
Provided methods
fn on_runtime_upgrade() -> Weight
Perform a module upgrade.
Return the non-negotiable weight consumed for runtime upgrade.