Skip to content

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

@HyperCodec

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.

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