pub type SqlitePooledConnection = PooledConnection<'static, SqliteManager>;Expand description
Type alias for the pooled SQLite connection wrapper.
Aliased Typeยง
pub struct SqlitePooledConnection { /* private fields */ }pub type SqlitePooledConnection = PooledConnection<'static, SqliteManager>;Type alias for the pooled SQLite connection wrapper.
pub struct SqlitePooledConnection { /* private fields */ }