pub trait WeightInfo {
    // Required methods
    fn place_order() -> Weight;
    fn update_order() -> Weight;
    fn cancel_order() -> Weight;
    fn fill_order() -> Weight;
    fn set_market_feeder() -> Weight;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§