[][src]Module paho_mqtt::will_options

Connect options for the Last Will and Testament (LWT) message. Last Will and Testament (LWT) options for the Paho MQTT Rust client library.

Structs

WillOptions

The options for the Last Will and Testament (LWT). This defines a message that is registered with the the server at the time of connection. Then if the connection is lost unexpectedly, the message is published by the server.