Expand description
This module contains the procedural macro implementation
for the StringEnum
attribute.
Attribute Macros§
- This procedural macro generates JS ‘string-like’ enums, which support from and to string conversions on all members.
This module contains the procedural macro implementation
for the StringEnum
attribute.