Trait sanakirja::Commit

source ·
pub trait Commit {
    fn commit(self) -> Result<(), Error>;
}
Expand description

Transactions that can be committed.

Required Methods

Commit the transaction.

Implementors