enumtrait 1.0.0

A library of macros for polymorphism using enums
Documentation
1
2
3
4
5
6
7
8
error: Provided variants should be a single identifier of the type.

         = help: Try `enum Invalid1 { .. Bing, .. }`

 --> tests/invalid/quick_enum/struct_variant.rs:3:9
  |
3 |     Bing{ cool: i32 }
  |         ^^^^^^^^^^^^^