Trait pallet_collective_proxy::weights::WeightInfo
source · pub trait WeightInfo {
// Required method
fn execute_call() -> Weight;
}
Expand description
Weight functions needed for pallet_collective_proxy.
Required Methods§
fn execute_call() -> Weight
Object Safety§
This trait is not object safe.