DynPostgresConnectionPool

Type Alias DynPostgresConnectionPool 

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