fieldless_enum_tools 0.2.0

tools for enums without any fields
Documentation
1
2
3
4
5
error: enum variant A has data on it! #[derive(All) can only be run on fieldless enums
 --> tests/All/fail/enum-with-data.rs:5:5
  |
5 |     A(u8),
  |     ^^^^^