Skip to content

Peekable::try_peek #2793

Open
Open
@nazar-pc

Description

@nazar-pc

Peekable combinator is currenly less useful than it could have been.

I have a use case where it would be helpful to check the next element in a stream (if it is already there) and start preparation for its processing, but at the same time I don't want to delay processing of current element. So I need .try_peek() that is similar to .try_next(), but doesn't advance the stream itself.

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