[][src]Module paho_mqtt::client

The synchronous API This contains the synchronous Client interface for the Paho MQTT Rust library.

This is a simple convenience wrapper around the asynchronous API in which each function calls the underlying async function, and then blocks waiting for it to complete.

The synchronous calls use a default timeout

Structs

Client

MQTT Client with a synchronous (blocking) API. This is simply a convenience wrapper around the asynchronous API, providing blocking calls with timeouts.