Type Alias openvet_storage::database::Pool

pub type Pool = Pool<Manager>;
Expand description

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

Aliased Typeยง

struct Pool { /* private fields */ }