deadpool_sqlite

Type Alias Pool

Source
pub type Pool = Pool<Manager, Object<Manager>>;
Expand description

Type alias for using deadpool::managed::Pool with rusqlite.

Aliased Typeยง

struct Pool { /* private fields */ }