pub fn spawn(
command: &mut Command,
stdio: SpawnStdio<'_>,
) -> Result<SpawnedChild>Expand description
Spawn command as a contained child with caller-controlled stdio.
Sanitized handles, and no console (DETACHED_PROCESS on Windows). Child
dies when the returned
SpawnedChild is dropped.