pub trait WeightInfo {
    // Required method
    fn force_unfreeze() -> Weight;
}

Required Methods§

Implementors§