Type Definition deadpool_postgres::PoolError

source ·
pub type PoolError = PoolError<Error>;
Expand description

Type alias for using deadpool::managed::PoolError with tokio_postgres.