Skip to content

Implement sources on the type that derives Error #8

Open
@prasannavl

Description

I think it'd be immensely useful if iter_chain can be added on the type that derives Error and delegated to std::error::Error's iter_chain on nightlies with error_iter feature. Sure, one can always convert it into the std::error trait object and do it from there, but I think this will be ergonomic to have it right on the type.

https://doc.rust-lang.org/std/error/trait.Error.html#method.iter_chain

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions