Skip to main content

Runner

Type Alias Runner 

Source
pub type Runner<'a> = dyn FnMut(&Exec) -> Result<Outcome, RkError> + 'a;
Expand description

The executor observes run through: the command layer wraps echoing, journaling, and redaction around the process adapter.