Type Definition deadpool_sqlite::Pool [−][src]
pub type Pool = Pool<Manager, Object<Manager>>;Expand description
Type alias for using deadpool::managed::Pool with rusqlite.
pub type Pool = Pool<Manager, Object<Manager>>;Type alias for using deadpool::managed::Pool with rusqlite.