Type Definition paho_mqtt::UserData

source · []
pub type UserData = Box<dyn Any + Send + Sync + 'static>;
Expand description

Generic type for arbitrary user-supplied data.

The application can use a type compatible with this to store in the client as “user data” to be accessed from callbacks, etc.