pub trait QueryControllerWeightInfo {
    // Required methods
    fn query() -> Weight;
    fn take_response() -> Weight;
}
Expand description

Weight functions needed for QueryController.

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl QueryControllerWeightInfo for ()

Implementors§