pub type ClientPersistenceType = Box<Box<dyn ClientPersistence + Send>>;
Expand description

The type for a client persistence object.