pub trait WeightInfo {
    // Required method
    fn force_approve(d: u32) -> Weight;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§