Skip to content

Add TryStreamExt::try_{any,all} to mirror StreamExt::{any,all} #2771

@nightkr

Description

@nightkr

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}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions