pub type HookError = HookError<Error>;
Available on crate feature
postgres
only.Expand description
Type alias for using deadpool::managed::HookError
with diesel
.
Aliased Type§
pub enum HookError {
Message(Cow<'static, str>),
Backend(Error),
}