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
To be able to propagate ParseError through regular Rust error handling, it should be able to function as a normal Error type (implement the Error trait). Since it already provides Debug, I think this would be essentially a 3 line change.