referrerpolicy=no-referrer-when-downgrade
pallet_example_mbm::migrations::v1::weights

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required method
    fn step() -> Weight;
}
Expand description

Weight functions needed for pallet_example_mbm.

Required Methods§

Source

fn step() -> Weight

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl WeightInfo for ()

Source§

fn step() -> Weight

Storage: PalletExampleMbms::MyMap (r:2 w:1) Proof: PalletExampleMbms::MyMap (max_values: None, max_size: Some(28), added: 2503, mode: MaxEncodedLen)

Implementors§

Source§

impl<T: Config> WeightInfo for SubstrateWeight<T>