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

Weight functions needed for SendController.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SendControllerWeightInfo for ()

Implementors§