enum_variant_macros 0.3.0

Macros to generate From & TryFrom for enums
Documentation
1
2
3
4
5
error: Derive FromVariants for NotEnum failed. Must be an enum.
 --> tests/intend_failure/with_empty_struct.rs:3:1
  |
3 | struct NotEnum;
  | ^^^^^^