pub trait WeightInfo {
    // Provided methods
    fn order_book_create_empty_batch() -> Weight { ... }
    fn order_book_create_and_fill_batch() -> Weight { ... }
}

Provided Methods§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>