Function mentat_ffi::in_progress_commit [] [src]

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

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

TODO: Document the errors that can result from transact