Trait pallet_example_tasks::weights::WeightInfo

source ·
pub trait WeightInfo {
    // Required method
    fn add_number_into_total() -> Weight;
}
Expand description

Weight functions needed for pallet_template.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn add_number_into_total() -> Weight

Storage: Kitchensink OtherFoo (r:0 w:1) Proof Skipped: Kitchensink OtherFoo (max_values: Some(1), max_size: None, mode: Measured)

Implementors§