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