Type Alias DynPostgresConnection

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