pub trait AsyncPoolableConnection: AsyncConnection + PoolableConnection + 'static { }
Available on crate features bb8 or deadpool or mobc only.

Implementations on Foreign Types§

source§

impl AsyncPoolableConnection for AsyncPgConnection

Available on crate feature postgres only.
source§

impl AsyncPoolableConnection for AsyncMysqlConnection

Available on crate feature mysql only.

Implementors§