referrerpolicy=no-referrer-when-downgrade
pub trait WeightInfo {
    // Required methods
    fn reap_identity(r: u32, s: u32) -> Weight;
    fn poke_deposit() -> Weight;
}

Required Methods§

source

fn reap_identity(r: u32, s: u32) -> Weight

source

fn poke_deposit() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn reap_identity(_r: u32, _s: u32) -> Weight

source§

fn poke_deposit() -> Weight

Implementors§