[][src]Type Definition paho_mqtt::UserData

type UserData = Box<dyn Any + Send + Sync + 'static>;

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.