Trait pallet_finalizer::weights::WeightInfo
source · pub trait WeightInfo {
fn do_something(s: u32) -> Weight;
}Expand description
Weight functions needed for pallet_template.
Required Methods§
fn do_something(s: u32) -> Weight
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn do_something(_s: u32) -> Weight
fn do_something(_s: u32) -> Weight
The range of component s is [0, 100].