Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Allow deriving traits on the Error #134

Open
@Yamakaky

Description

@Yamakaky

Possible syntax:

error_chain! {
  derive { Eq, PartialEq }
  ...
}

We may have to add a trait which the chained errors would have to implement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions