Skip to content

Support tuple context in derive macro rather than definining an entire struct #113

Description

@HyperCodec

Defining an entire context struct might seem a bit excessive in some cases. The derive macros should have the ability to use type Context = (T1::Context, T2::Context, ...). Would still probably preserve the custom context feature in case people want it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions