Function pact_ffi::models::expressions::pactffi_matcher_definition_iter

source ยท
#[no_mangle]
pub extern "C" fn pactffi_matcher_definition_iter(
    definition: *const MatchingRuleDefinitionResult
) -> *mut MatchingRuleIterator
Expand description

Returns an iterator over the matching rules from the parsed definition. The iterator needs to be deleted with the pactffi_matching_rule_iter_delete function once done with it.

If there was an error parsing the expression, this function will return a NULL pointer.