Trait pallet_example::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn set_dummy_benchmark(b: u32) -> Weight;
fn accumulate_dummy(b: u32) -> Weight;
fn sort_vector(x: u32) -> Weight; }
Expand description

Weight functions needed for pallet_example.

Required methods

Implementations on Foreign Types

Implementors