conservator_macro 0.1.3

conservator macro
Documentation
1
2
3
4
5
6
7
8
error: enum does not support
 --> tests/fail/createable-for-enum.rs:4:1
  |
4 | / pub enum NotSupport {
5 | |     A,
6 | |     B,
7 | | }
  | |_^