Function mentat_ffi::in_progress_commit [] [src]

#[no_mangle]
pub unsafe extern "C" fn in_progress_commit<'m>(
    in_progress: *mut InProgress<'m, 'm>
) -> *mut ExternResult

Commit all the transacts that have been performed using this in progress transaction.

Returns a Result<()> as an ExternResult.

TODO: Document the errors that can result from transact