Type Definition combu::action::Action

source · []
pub type Action = fn(_: Command, _: Context) -> Result<ActionResult, ActionError>;
Expand description

Action is type for command action. It returns Result<ActionResult, ActionError>.