Function pact_mock_server_ffi::message_reify[][src]

#[no_mangle]
pub extern "C" fn message_reify(
    message: MessageHandle
) -> *const c_char
Expand description

Reifies the given message

Reification is the process of stripping away any matchers, and returning the original contents. NOTE: the returned string needs to be deallocated with the free_string function