Function std::sys_common::process::wait_with_output
source · pub fn wait_with_output(
process: Process,
pipes: StdioPipes
) -> Result<(ExitStatus, Vec<u8>, Vec<u8>)>
🔬This is a nightly-only experimental API. (
process_internals
)