domain_pallet_executive::weights

Trait WeightInfo

source
pub trait WeightInfo {
    // Required method
    fn set_code() -> Weight;
}
Expand description

Weight functions needed for domain_pallet_executive.

Required Methods§

source

fn set_code() -> 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.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn set_code() -> Weight

Storage: System::Digest (r:1 w:1) Proof: System::Digest (max_values: Some(1), max_size: None, mode: Measured) Storage: UNKNOWN KEY 0x3a636f6465 (r:0 w:1) Proof: UNKNOWN KEY 0x3a636f6465 (r:0 w:1)

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>