Traits§
- Command
Dispatch - The
CommandDispatch
trait 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
CommandDispatch
trait for a NewType enum.