Module pact_matching_ffi::models::provider_state[][src]

Expand description

Represents the state of providers in a message.

Structs

An iterator that enables FFI iteration over provider state params by putting all the keys on the heap and tracking which one we’re currently at.

A single key-value pair exported to the C-side.

Functions

Free the provider state when you’re done using it.

Get the name of the provider state as a string, which needs to be deleted with string_delete.

Get an iterator over the params of a provider state.

Free the provider state param iterator when you’re done using it.

Get the next key and value out of the iterator, if possible

Free a pair of key and value returned from provider_state_param_iter_next.