#[no_mangle]
pub extern "C" fn pactffi_matcher_definition_value_type(
    definition: *const MatchingRuleDefinitionResult
) -> ExpressionValueType
Expand description

Returns the type of the value from parsing a matching definition expression. If there was an error parsing the expression, it will return Unknown.