referrerpolicy=no-referrer-when-downgrade
polkadot_runtime_common::slots

Trait WeightInfo

Source
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§

Source

fn force_lease() -> Weight

Source

fn manage_lease_period_start(c: u32, t: u32) -> Weight

Source

fn clear_all_leases() -> Weight

Source

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.

Implementors§