Type Definition paho_mqtt::errors::MqttResult
[−]
[src]
type MqttResult<T> = Result<T, MqttError>;
Generic result for the entire public API