pub trait WeightInfo {
    // Required methods
    fn reap_identity(r: u32, s: u32) -> Weight;
    fn poke_deposit() -> Weight;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§