Expand description
Proc-macros for implementing kittycad-modeling-cmds traits.
Macros§
- define_
modeling_ cmd_ enum - Generates the ModelingCmd enum from all its variants.
- define_
ok_ modeling_ cmd_ response_ enum - Generates the OkModelingCmdResponse enum from all its variants.
Derive Macros§
- Modeling
CmdOutput - Derives
ModelingCmdOutput
. - Modeling
CmdVariant - This will derive the trait
ModelingCmdVariant
from thekittycad-modeling-cmds
crate. Its associated typeoutput
will be the corresponding modeling command output type.