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 of v0.4.0 the methods that previously returned a Wrapped<T> now return a Result<T, HttpError>. Thanks @IgnisDa for the suggestion, it feels much more idiomatic. This should solve the DX issues you were experiencing.
Please describe your feature request
It would be great if
std::ops::Try
is implemented forWrapped<()>
Additional context
No response
The text was updated successfully, but these errors were encountered: