pub trait WeightInfo {
    // Required methods
    fn set_anchor() -> Weight;
    fn remove_anchor() -> Weight;
    fn set_deposit_value() -> Weight;
}

Required Methods§

source

fn set_anchor() -> Weight

source

fn remove_anchor() -> Weight

source

fn set_deposit_value() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn set_anchor() -> Weight

source§

fn remove_anchor() -> Weight

source§

fn set_deposit_value() -> Weight

Implementors§