[][src]Trait pallet_scheduler::WeightInfo

pub trait WeightInfo {
    fn schedule(s: u32) -> Weight;
fn cancel(s: u32) -> Weight;
fn schedule_named(s: u32) -> Weight;
fn cancel_named(s: u32) -> Weight; }

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...