Trait sanakirja::Commit [] [src]

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

Transactions that can be committed.

Required Methods

Commit the transaction.

Implementors