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, closures of StreamExt::map and TryStream::{map_ok, map_err} return a value, not a Future. It is probably preferable to change this to return a Future like any other combinator.
The async closure version of map is then, but since the current Future does not return Result, I think it can be removed.