Type Definition mqtt_async_client::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Fallible result values returned by the library.