Skip to main content

CapturedRun

Type Alias CapturedRun 

Source
pub type CapturedRun = (ExecOutcome, Vec<u8>);
Expand description

One parallel worktree run: its ExecOutcome plus the captured stdout+stderr bytes printed as a block by the caller.