referrerpolicy=no-referrer-when-downgrade
polkadot_runtime_common::identity_migrator

Trait WeightInfo

Source
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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so 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§