Trait noble_scheduler::weights::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; }

Weight functions needed for noble_scheduler.

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...