pub trait ExecuteControllerWeightInfo {
// Required method
fn execute() -> Weight;
}
Expand description
Weight functions needed for ExecuteController
.
Required Methods§
sourcefn execute() -> Weight
fn execute() -> Weight
Weight for ExecuteController::execute
Object Safety§
This trait is not object safe.