Struct paho_mqtt::client_persistence::ClientPersistenceBridge [] [src]

pub struct 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.

Methods

impl ClientPersistenceBridge
[src]