Struct std::process::Output
Re-export from std::process::unix::Output
Captured output of a child process.
Fields
-
status: ExitStatus
Exit status of the child process.
-
stdout: StringBuf
Standard output of the child process.
-
stderr: StringBuf
Standard error of the child process.
Methods
impl Output { ... }
-
fn free(self: &mut Output)
Frees the memory backing the object.