Type Alias backend::db::connection::Pool
source · pub type Pool = Pool<AsyncPgConnection>;
Expand description
Type renaming of deadpool::Pool
using AsyncPgConnection
Aliased Type§
struct Pool { /* private fields */ }
pub type Pool = Pool<AsyncPgConnection>;
Type renaming of deadpool::Pool
using AsyncPgConnection
struct Pool { /* private fields */ }