Curated derive → (trait QN, [methods with sig sketch]) table. */
| 5809 | { |
| 5810 | /* Curated derive → (trait QN, [methods with sig sketch]) table. */ |
| 5811 | struct DeriveMethod { |
| 5812 | const char *short_name; |
| 5813 | const char *return_type; /* QN or NULL for unknown */ |
| 5814 | bool is_static; /* no `self` (e.g. `default`, `parse`) */ |
| 5815 | }; |
| 5816 | struct DeriveImpl { |
| 5817 | const char *derive_name; |
| 5818 | const char *trait_qn; |
nothing calls this directly
no outgoing calls
no test coverage detected