Type Alias PersistenceManager

Source
pub type PersistenceManager = Arc<dyn StateStore + Send + Sync>;
Expand description

Persistence manager for coordinating storage operations

Aliased Typeยง

pub struct PersistenceManager { /* private fields */ }