pub trait WeightInfo {
    // Required method
    fn receive_upward_messages(i: u32) -> Weight;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§