//! Control flow (re-)actions to `Commands`.
//!
//! These actions indicate to the communications partner how to react regarding
//! the last command.
use enum_dispatch;
pub use ;
pub use ;
pub use ;
/// All control-flow actions combined
///
/// See the contained variants for more.