Function pact_matching::matchers::match_values

source ยท
pub fn match_values<E, A>(
    path: &DocPath,
    matching_rules: &RuleList,
    expected: E,
    actual: A
) -> Result<(), Vec<String>>
where E: Matches<A>, A: Clone,
Expand description

Match the provided values using the path and matching rules