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
Being able to transform a value inside the result without having to wrap the return value (like the current and_then makes you do) would be useful. We also can add the failure equivalent, since on_error is more like a single run callback instead of continuing a chain and allowing a transform on the error
The text was updated successfully, but these errors were encountered:
Being able to transform a value inside the result without having to wrap the return value (like the current
and_then
makes you do) would be useful. We also can add the failure equivalent, sinceon_error
is more like a single run callback instead of continuing a chain and allowing a transform on the errorThe text was updated successfully, but these errors were encountered: