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
Since service::Service was updated to use &self, is there any reason to keep HttpService::call as taking &mut self? It seems like a needless restriction when it's only being used to invoke an inner service::Service call.