pub type HookError = HookError<Error>;
Type alias for using deadpool::managed::HookError with [memcached].
deadpool::managed::HookError
memcached
pub enum HookError { Message(Cow<'static, str>), Backend(Error), }
Hook failed for some other reason.
Error caused by the backend.