Module paho_mqtt::client_persistence
[−]
[src]
Structs
ClientPersistenceBridge |
An empty struct used to collect the persistence callback funtions from the C library. These functions receive the persistence callbacks from the C library and then pass them on to the user-supplied struct which implements the ClientPersistence trait. |
Traits
ClientPersistence |
Trait to implement custom persistence in the client. |