pub type PoolError = PoolError<PoolError>;Expand description
Type alias for using deadpool::managed::PoolError with [diesel-async]
Aliased Type§
pub enum PoolError {
Timeout(TimeoutType),
Backend(PoolError),
Closed,
NoRuntimeSpecified,
PostCreateHook(HookError<PoolError>),
}