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