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

Weight functions needed for ExecuteController.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ExecuteControllerWeightInfo for ()

Implementors§