Skip to content

try_chunks for futures 0.3 #1947

@hlb8122

Description

@hlb8122

There is a chunks method for StreamExt.

Could there be a try_chunks for TryStreamExt? The closure's domain would be Vec<T>, converting from Result<T, E>.

One can produce the same result by performing the fold themselves, however it doesn't look and feel nice.

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