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