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§