Struct ::process::Child
A running child process
Methods
Attempt to take the stdin of the child process.
Once taken this can not be taken again.
Attempt to take the stdout of the child process.
Once taken this can not be taken again.
Attempt to take the stderr of the child process.
Once taken this can not be taken again.
Attempt to get the OS process id of the child process.
This will return None after the child process has completed.
Attempt to wait for the child process to exit.
This will not capture output, use [wait_with_output
] for that.