pub fn spawn_with_explicit_environment(
command: &mut Command,
stdio: SpawnStdio<'_>,
environment: Vec<(OsString, OsString)>,
shutdown_timeout: Option<fn() -> Duration>,
) -> Result<SpawnedChild>Expand description
Spawn a contained child from a caller-assembled complete environment base.