Skip to content

Emitting or deriving trait implementations #886

Open
@fitzgen

Description

@fitzgen

Let's implement all the traits!!

All of the "Derive Blah when possible" issues have code in tree already that they can crib from, so shouldn't be too difficult to write.

Once we start deriving lots of different traits, I expect we may find that we can unify their implementations, or at least make a generic CanDeriveTrait<T: DerivableTrait> kind of generic thing.


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