Skip to main content

run_lock_step

Function run_lock_step 

Source
pub fn run_lock_step(
    runner: &(dyn Fn(&Path, &CommandSpec) -> Result<CapturedOutput, SpawnError> + 'static),
    root: &Path,
) -> Result<ToolStep, SpawnError>
Expand description

Runs full locked Cargo resolution through the injectable runner.