pub type PooledConnection = PooledConnection<SqliteConnectionManager>;Expand description
A pooled SQLite connection. Returned by Database::conn().
The connection is returned to the pool when this guard is dropped.
Aliased Typeยง
pub struct PooledConnection { /* private fields */ }