Skip to content

Forward .try_fold(), .try_rfold() on the iterators when possible #706

Open
@bluss

Description

@bluss

As of this writing, these methods still use an unstable Try trait and can't be implemented in stable Rust.

When we can, our core element iterators at least, should implement these methods.

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