trustfall_derive 0.3.1

Derive macros for the trustfall query engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error: only enums can derive TrustfallEnumVertex
 --> tests/ui/derive_struct.rs:4:1
  |
4 | / struct Vertex {
5 | |     content: i64,
6 | | }
  | |_^

error: only enums can derive Typename
  --> tests/ui/derive_struct.rs:9:1
   |
9  | / struct OtherVertex {
10 | |     content: i64,
11 | | }
   | |_^