Trait authzen_diesel::pool::AsyncPoolableConnection
source · pub trait AsyncPoolableConnection: AsyncConnection + PoolableConnection + 'static { }Available on crate features
bb8 or deadpool or mobc only.Implementations on Foreign Types§
impl AsyncPoolableConnection for AsyncPgConnection
Available on crate feature
postgres only.impl AsyncPoolableConnection for AsyncMysqlConnection
Available on crate feature
mysql only.