Crate kittycad_modeling_cmds_macros

Source
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§

ModelingCmdOutput
Derives ModelingCmdOutput.
ModelingCmdVariant
This will derive the trait ModelingCmdVariant from the kittycad-modeling-cmds crate. Its associated type output will be the corresponding modeling command output type.