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
Since the closure doesn't need to be async, I'd like to have something like StreamExt::map which takes FnMut instead. This would also make writing pin! obsolete which is necessary because anonymous async closures are !Unpin.