Expand description
Generic handler transport for staged command migration.
The output type is generic so FEAT-014 does not move or duplicate the
TUI-owned CommandResult. During in-place adoption, the TUI instantiates
CommandHandler<crate::commands::CommandResult>.
Structs§
- Command
Contexts - Transport envelope with one independently optional facet slot.
- Context
Parts - Consumed envelope used when one handler needs several independent facets.
Enums§
- Command
Handler - A command handler that is either argument-only or capability-scoped.