Expand description
§Patchable Macro
Procedural macro for the patchable crate.
This crate contains the Patchable derive macro, which generates:
- A companion “Patch” struct (e.g.,
MyStructPatch). - An implementation of the
Patchabletrait for the original struct.