pub trait ReorderTransactions {
    // Required method
    fn reorder_transactions(&mut self) -> DBErrors;
}

Required Methods§

Implementors§