Traits§
- Command
Dispatch - The
CommandDispatchtrait should be implemented for all leaf structures in the application’s command hierarchy. It can be automatically derived on internal nodes in the heirarchy. See the documentation for [opentitantool_derive].
Derive Macros§
- Command
Dispatch - Derives the
CommandDispatchtrait for a NewType enum.