pub type SharedSqliteConnection = Arc<SqliteWorker>;Expand description
Shared, worker-backed SQLite connection handle.
Aliased Typeยง
pub struct SharedSqliteConnection { /* private fields */ }pub type SharedSqliteConnection = Arc<SqliteWorker>;Shared, worker-backed SQLite connection handle.
pub struct SharedSqliteConnection { /* private fields */ }