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
Currently, mapping the error type of a response future is pretty painful as you have to create a ton of new types just to wrap it... This could be handled by a map_err combinator.
Currently, mapping the error type of a response future is pretty painful as you have to create a ton of new types just to wrap it... This could be handled by a
map_err
combinator.Unfortunately, using this would really require rust-lang/rust#44490.
The text was updated successfully, but these errors were encountered: