pub type DbPool = Pool<DynConnectionManager>;Expand description
Synchronous r2d2 connection pool for Postgres.
Aliased Typeยง
pub struct DbPool(/* private fields */);pub type DbPool = Pool<DynConnectionManager>;Synchronous r2d2 connection pool for Postgres.
pub struct DbPool(/* private fields */);