Skip to content

Derive macro for Card trait #6

@Krahos

Description

@Krahos

Currently, to implement the Card trait, one has to write

impl Card for T {}

It would be cleaner to support type annotation with a derive macro such as #[derive(Card)].

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions