Function mentat_ffi::typed_value_result_set_into_iter [] [src]

#[no_mangle]
pub unsafe extern "C" fn typed_value_result_set_into_iter(
    rows: *mut RelResult<Binding>
) -> *mut BindingListIterator

Consumes the RelResult<Binding> and returns an iterator over the values.

Safety

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