referrerpolicy=no-referrer-when-downgrade

Trait WeightInfo

Source
pub trait WeightInfo {
    // Required methods
    fn set_config_with_block_number() -> Weight;
    fn set_config_with_u32() -> Weight;
    fn set_config_with_option_u32() -> Weight;
    fn set_config_with_balance() -> Weight;
    fn set_hrmp_open_request_ttl() -> Weight;
    fn set_config_with_executor_params() -> Weight;
    fn set_config_with_perbill() -> Weight;
    fn set_node_feature() -> Weight;
    fn set_config_with_scheduler_params() -> Weight;
}

Required Methods§

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§