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
As the only trait method. And then just let users choose if they want to .ok(), .unwrap(), or .expect() this, instead of all the _or_opt, _or_panic etc.
Ok. I think after #492 is addressed we will probably find that the custom panic implementation is not necessary. So let's wait with this until #492 is done.
There are so many methods in this trait. Is there a reason why we don't just have
As the only trait method. And then just let users choose if they want to
.ok()
,.unwrap()
, or.expect()
this, instead of all the_or_opt
,_or_panic
etc.Originally posted by @davidhewitt in #770
The text was updated successfully, but these errors were encountered: