Trait pallet_example_mbm::migrations::v1::weights::WeightInfo
source · pub trait WeightInfo {
// Required method
fn step() -> Weight;
}
Expand description
Weight functions needed for pallet_example_mbm
.
Required Methods§
Object Safety§
This trait is not object safe.