[][src]Function pact_matching::match_interaction_response

pub fn match_interaction_response(
    expected: Box<dyn Interaction>,
    actual: Box<dyn Interaction>,
    _spec_version: &PactSpecification
) -> Result<Vec<Mismatch>, String>

Matches the response part of the interaction