[][src]Type Definition combu::hook::HookAction

type HookAction = fn(_: &mut Command, _: Context) -> Result<ActionResult, ActionError>;

Type for action of hook.