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
Right now all errors are simply Box<dyn std::error::Error>. Proper error types will let us handle errors more granularly and return better error messages to the user.
Right now all errors are simply
Box<dyn std::error::Error>. Proper error types will let us handle errors more granularly and return better error messages to the user.