pub trait WeightInfo {
    // Required method
    fn single_order() -> Weight;
}

Required Methods§

source

fn single_order() -> Weight

Implementors§

source§

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

Weight functions for pallet_vacuum.