nested_enum_utils 0.2.3

Macros to provide conversions for nested enums
Documentation
1
2
3
4
5
6
7
error: Expected named variants in enum
 --> tests/compile_fail/common_fields_unit.rs:3:1
  |
3 | #[common_fields({ x: u64 })]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `common_fields` (in Nightly builds, run with -Z macro-backtrace for more info)