Type Definition paho_mqtt::errors::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

The result type for MQTT operations.