Expand description
MQTT client that communicates over Tokio channels.
Re-exports§
pub use paho_mqtt;
Structs§
- Client
- Channel based MQTT client.
- Client
Config - Miscellaneous client configuration.
- Client
Config Builder - Builder for
ClientConfig
. - Subscription
- MQTT subscription.
- Subscription
Builder - Builder for
Subscription
.
Enums§
- Error
- Error type for fallible operations in this crate.
- Event
- Status
Event - Meta/status change event.
Type Aliases§
- Result
- Result type for MQTT errors.