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

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

Weight functions needed for pallet_session.

Required methods

Implementations on Foreign Types

Implementors