pub async fn match_message<'a>(
expected: &Box<dyn Interaction + Send + Sync + RefUnwindSafe>,
actual: &Box<dyn Interaction + Send + Sync + RefUnwindSafe>,
pact: &Box<dyn Pact + Send + Sync + RefUnwindSafe + 'a>,
) -> Vec<Mismatch>Expand description
Matches the actual and expected messages.