backend::db::connection

Type Alias Pool

source
pub type Pool = Pool<AsyncPgConnection>;
Expand description

Type renaming of deadpool::Pool using AsyncPgConnection

Aliased Typeยง

struct Pool { /* private fields */ }