pub type HookErrorCause = HookErrorCause<Error>;Expand description
Type alias for using deadpool::managed::HookErrorCause with tokio_postgres.
Aliased Type§
pub enum HookErrorCause {
Message(String),
StaticMessage(&'static str),
Backend(Error),
}