Skip to content

Establish consistency between the various procedural macros #71

@FL03

Description

@FL03

Migrate implementation generators to the following syntax;

for tuple structs:

some_macro! {
   impl MyWrapper {
        ..
    }
}

or, for transparent objects with a named field use:

some_macro! {
   impl MyWrapper.field {
        ..
    }
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestrustAny additions, improvements, or issues with any rust-lang code

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions