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
While panicking at a point of no return might be considered reasonable error handling in Rust, it turns out that the messages given to except don't translate in any way to some of the binding languages. We therefore should consider to avoid any panics in favor of using Results.