Re-exports§
Macros§
- delegated_
enum - Generates an enum with the specified variants, and implements the specified traits and methods for the enum, where each variant’s type also implements the traits/methods.
- enum_
delegate_ impls - Implements the specified traits and methods for the enum, where each variant’s type also implements the traits/methods.
- enum_
variants_ convert - Implements for each variant’s type:
- enum_
variants_ table - extract_
variants - Extracts all variants of input enum
- extract_
variants_ into_ enum - Extracts all variants of the enum and creates a new enum with the extracted variants
- newtype_
table - type_
state_ enum - type_
table - type_
value_ table - unit_
enum_ delegate_ impls - unit_
enum_ delegated - unit_
enum_ variants_ convert