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
The function urlencoding::decode returns a Result<Cow<str>, FromUtf8Error> type leading me to believe that I could handle any decoding errors.
In reality there is no FromUtf8Error handling happening at all and it even throws on extend failure.