Trait pallet_scheduler::WeightInfo[][src]

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

fn schedule(s: u32) -> Weight[src]

fn cancel(s: u32) -> Weight[src]

fn schedule_named(s: u32) -> Weight[src]

fn cancel_named(s: u32) -> Weight[src]

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...