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
Why use BoxError in the HttpsConnector if an enum would work and won't be too complicated?
In my current code, I can't just use ? or .into on the error cause it's not Sized, and, although I can work around it pretty easily, I see no reason why we shouldn't use enum.