pub type DynPostgresConnectionPool = dyn DbConnectionPool<PooledConnection<'static, PostgresConnectionManager<MakeTlsConnector>>, &'static (dyn ToSql + Sync)> + Send + Sync;Available on crate feature
postgres only.pub type DynPostgresConnectionPool = dyn DbConnectionPool<PooledConnection<'static, PostgresConnectionManager<MakeTlsConnector>>, &'static (dyn ToSql + Sync)> + Send + Sync;postgres only.