enum_convert 0.2.0

A Rust procedural macro library for deriving automatic conversions between enum variants
Documentation
1
2
3
4
5
error: expected a list of target enums, for example #[enum_into(Target1, Target2)]
 --> tests/enum_into/compile_fail/container/path_attribute.rs:4:1
  |
4 | #[enum_into]
  | ^