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
I really like the debug context that the anyhow Result type provides, but it lacks the error type and having to unwrap/downcast is pretty clunky. Is it possible to have typed Errors just like the standard Result type?
I really like the debug context that the anyhow Result type provides, but it lacks the error type and having to unwrap/downcast is pretty clunky. Is it possible to have typed Errors just like the standard Result type?