Function tarantool::transaction::commit

source ·
pub fn commit() -> Result<(), TarantoolError>
Expand description

Commit the active transaction.

Returns Ok(()) if there is no active transaction.

Returns an error in case of IO failure. May return an error in other cases.