[][src]Function pact_matching::match_message_contents

pub fn match_message_contents(
    expected: &Message,
    actual: &Message,
    config: DiffConfig,
    matchers: &MatchingRules
) -> Vec<Mismatch>

Matches the actual message contents to the expected one. This takes into account the content type of each.