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