Skip to main content

StateDbHandle

Type Alias StateDbHandle 

Source
pub type StateDbHandle = Arc<StateRuntime>;
Expand description

Core-facing handle to the SQLite-backed state runtime.

Aliased Typeยง

pub struct StateDbHandle { /* private fields */ }