You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to impl HttpFetch for a newtype wrapper around reqwest_middleware::ClientWithMiddleware by copying the code from impl HttpFetch for reqwest::Client. This almost works except we can't call Error::with_temporary because it's private.