pub trait WeightInfo {
    // Required methods
    fn force_lease() -> Weight;
    fn manage_lease_period_start(c: u32, t: u32) -> Weight;
    fn clear_all_leases() -> Weight;
    fn trigger_onboard() -> Weight;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§