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
Feature const_result makes is_ok(), is_err() and as_ref() const. AFAICS the other methods take ownership or can't be const as of now for other reasons.