pub trait IncOrderPosNext {
    // Required method
    fn inc_order_pos_next(&mut self, batch: Option<*mut WalletBatch>) -> i64;
}

Required Methods§

Implementors§