Expand description

Definitions for creating user-defined persistence.

Structs

A struct to wrap the user-defined client persistence objects for the C library, including the 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.

Constants

Return value for a failed persistence operation

Return value for a successful persistence operation

Traits

Trait to implement custom persistence in the client.

Type Definitions

The type for a client persistence object.