1 2 3 4 5 6 7 8 9 10 11 12
error: Evenframe derive macro only supports structs with named fields. Example of a valid struct: struct UnitStruct { id: String, name: String, } --> tests/ui/fail/struct_unit.rs:5:12 | 5 | pub struct UnitStruct; | ^^^^^^^^^^