Crate peace_cmd_model
source ·Expand description
Data types for commands for the Peace framework.
Currently contains types for better error messages.
Re-exports§
Structs§
- String representation of the
CmdBlock
in aCmdExecution
. - How a
Flow
stream operation ended and IDs that were processed. CmdBlock
stream outcome and item wise errors.CmdBlock
outcome value on success, and itsStreamOutcome
if applicable.
Enums§
- Outcome of running
CmdBlock::exec
. - Error while executing a
CmdBlock
. - Outcome of a
CmdExecution
.