Expand description
Runtime types for commands for the Peace framework.
Re-exports§
pub use tynm;
Structs§
- CmdBlock
Wrapper - Wraps a
CmdBlockand holds a partial execution handler. - CmdExecution
- List of
CmdBlocks to run for a*Cmd. - CmdExecution
Builder - Collects the
CmdBlocks to run in a*Cmdto build aCmdExecution. - Item
Stream Outcome Mapper - Maps a
StreamOutcome<T>to anItemStreamOutcome<T>.
Enums§
- CmdBlock
Error - Error while executing a
CmdBlock.
Traits§
- CmdBlock
- Runs one
Item::*function for one iteration of items. - CmdBlock
Rt - Type erased
CmdBlock
Type Aliases§
- CmdBlock
RtBox - Alias for
Box<dyn CmdBlockRt<..>>.