pub trait WeightInfo {
    fn set_config_with_u32() -> Weight;
    fn set_config_with_weight() -> Weight;
}

Required Methods§

Implementations on Foreign Types§

Implementors§