Function pact_matching_ffi::match_message[][src]

#[no_mangle]
pub extern "C" fn match_message(
    msg_1: *const Message,
    msg_2: *const Message
) -> *const Mismatches
Expand description

Match a pair of messages, producing a collection of mismatches, which is empty if the two messages matched.