Expand description
Runtime types for commands for the Peace framework.
Re-exports§
pub use tynm;
Structs§
- Wraps a
CmdBlock
and holds a partial execution handler. - List of
CmdBlock
s to run for a*Cmd
. - Maps a
StreamOutcome<T>
to anItemStreamOutcome<T>
.
Enums§
- Error while executing a
CmdBlock
.
Traits§
Type Aliases§
- Alias for
Box<dyn CmdBlockRt<..>>
.