Module command

Source

Traits§

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

CommandDispatch
Derives the CommandDispatch trait for a NewType enum.