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