Expand description
Proc-macros for implementing kittycad-modeling-cmds traits.
Macros§
- Generates the ModelingCmd enum from all its variants.
- Generates the OkModelingCmdResponse enum from all its variants.
Derive Macros§
- This will derive the trait
schemars::JsonSchema
, if the ‘json-schema’ cargo feature is enabled. - Derives
ModelingCmdOutput
. - This will derive the trait
ModelingCmdVariant
from thekittycad-modeling-cmds
crate. Its associated typeoutput
will be the corresponding modeling command output type.