pub async fn match_interaction(
expected: Box<dyn Interaction + Send + Sync + RefUnwindSafe>,
actual: Box<dyn Interaction + Send + Sync + RefUnwindSafe>,
pact: Box<dyn Pact + Send + Sync + RefUnwindSafe>,
_spec_version: &PactSpecification,
) -> Result<Vec<Mismatch>>Expand description
Matches an interaction