Function pact_matching_ffi::mismatches_iter_next[][src]

#[no_mangle]
pub extern "C" fn mismatches_iter_next(
    iter: *mut MismatchesIterator
) -> *const Mismatch
Expand description

Get the next mismatch from a mismatches iterator.

Returns a null pointer if no mismatches remain.