referrerpolicy=no-referrer-when-downgrade

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required methods
    fn request_core_count() -> Weight;
    fn request_revenue_at() -> Weight;
    fn credit_account() -> Weight;
    fn assign_core(s: u32) -> Weight;
}

Required Methods§

Source

fn request_core_count() -> Weight

Source

fn request_revenue_at() -> Weight

Source

fn credit_account() -> Weight

Source

fn assign_core(s: u32) -> 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§