pub type PoolError = PoolError<Error>;Expand description
Error that can occur when getting a connection from the pool
Aliased Type§
pub enum PoolError {
Timeout(TimeoutType),
Backend(Error),
Closed,
NoRuntimeSpecified,
PostCreateHook(HookError<Error>),
}