[][src]Module paho_mqtt::disconnect_options

Options for disconnecting from the server. Disconnect options for the Paho MQTT Rust client library. This contains the structures to define the options for disconnecting from the MQTT broker/server.

Structs

DisconnectOptions

The collection of options for disconnecting from the client.

DisconnectOptionsBuilder

Builder to create the options for disconnecting from an MQTT server.