Type Definition sentry::db::PoolError

pub type PoolError = PoolError<Error>;
Expand description

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