[][src]Module paho_mqtt::response_options

Options for responses coming back from the C lib. Response options for the Paho MQTT Rust client library.

Originally this presented a way for the application to specify callbacks to the C library to receive responses to various requests. With MQTT v5, the C lib extended this struct as a way to specify v5 options (like properties, etc) in the requests. So this is now sometimes referred to as the "call options".

Structs

ResponseOptions

The collection of options for responses coming back to the client.

ResponseOptionsBuilder

Builder to create MQTT v5 response options.