Function pact_matching::match_interaction_request[][src]

pub fn match_interaction_request(
    expected: Box<dyn Interaction>,
    actual: Box<dyn Interaction>,
    _spec_version: &PactSpecification
) -> Result<RequestMatchResult, String>

Matches the request part of the interaction