pub trait WeightInfo {
// Required method
fn set_foo_benchmark() -> Weight;
}
Expand description
Weight functions needed for pallet_template.
Required Methods§
fn set_foo_benchmark() -> Weight
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn set_foo_benchmark() -> Weight
fn set_foo_benchmark() -> Weight
Storage: Kitchensink OtherFoo (r:0 w:1) Proof Skipped: Kitchensink OtherFoo (max_values: Some(1), max_size: None, mode: Measured)