Module opentitanlib::app::command
source · Traits
- 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
- Derives the
CommandDispatch
trait for a NewType enum.