enum-tools 0.5.5

Automatically derive functions and trait implementations for enums
Documentation
1
2
3
4
5
error: only unit field items are allowed
  --> tests/compile-fail/only_unit_field.rs:10:5
   |
10 |     B(bool),
   |     ^