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
There's no nice way to build this with the current combinators, without either buffering the whole stream (try_collect()) and relying on Iterator::{any,all}, or ignoring errors and using StreamExt::{any,all}