[][src]Type Definition paho_mqtt::client_persistence::ClientPersistenceType

type ClientPersistenceType = Box<Box<dyn ClientPersistence + Send>>;

The type for a client persistence object.