Expand description
Runtime types for commands for the Peace framework.
Re-exports§
pub use tynm;
Structs§
- CmdBlock
Wrapper - Wraps a
CmdBlock
and holds a partial execution handler. - CmdExecution
- List of
CmdBlock
s to run for a*Cmd
. - CmdExecution
Builder - Collects the
CmdBlock
s to run in a*Cmd
to 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<..>>
.