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§
fn force_lease() -> Weight
fn manage_lease_period_start(c: u32, t: u32) -> Weight
fn clear_all_leases() -> Weight
fn trigger_onboard() -> Weight
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.