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
Adds a method, replace_err to Result which throws away the current error and
replaces it with a new error type, equivalent to result.map_err(|_| new_error_value).
License
This code is dual-licensed MIT and Apache 2.0. Take your pick.