We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Commit 5c9c9a6 talks about something called common enum fields and includes the following wacky rust example:
enum Foo { struct { x: int; y: int; } Bar(int), Baz(int) }
Don't see this documented anywhere.