Function mentat_ffi::in_progress_builder [] [src]

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

Creates a builder using the in progress transaction to allow for programmatic assertion of values.

Safety

Callers are responsible for managing the memory for the return value. A destructor in_progress_builder_destroy is provided for releasing the memory for this pointer type.