pub type LegacyDbPool = Pool<ConnectionManager<PgConnection>>;Expand description
Legacy pool type alias for backward compatibility with code that constructs
pools directly with ConnectionManager.
Aliased Typeยง
pub struct LegacyDbPool(/* private fields */);