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

Weight functions needed for pallet_collective_proxy.

Required Methods§

source

fn execute_call() -> Weight

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn execute_call() -> Weight

Implementors§

source§

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