Trait pallet_session::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn set_keys() -> Weight;
fn purge_keys() -> Weight; }

Weight functions needed for pallet_session.

Required methods

fn set_keys() -> Weight[src]

fn purge_keys() -> Weight[src]

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

impl<T: Config> WeightInfo for SubstrateWeight<T>[src]

Loading content...