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