pub trait DatabaseBatchInterface: ReadKey + WriteKey + EraseKey + HasKey + Flush + Close + StartCursor + ReadAtCursor + CloseCursor + TxnBegin + TxnCommit + TxnAbort { }
pub trait DatabaseBatchInterface: ReadKey + WriteKey + EraseKey + HasKey + Flush + Close + StartCursor + ReadAtCursor + CloseCursor + TxnBegin + TxnCommit + TxnAbort { }