dbent-derive 0.1.0

Dbent procedural macros
Documentation
1
2
3
4
5
error: #[derive(Entity)] can only be used on structs with named fields
 --> tests/ui/entity_struct_unit.rs:4:12
  |
4 | struct Test();
  |            ^^