Struct ::process::Output

The output and exit status, returned by [Child::wait_with_output].

Protocols

protocol get
let output = value.status

Allows a get operation to work.

protocol get
let output = value.stdout

Allows a get operation to work.

protocol get
let output = value.stderr

Allows a get operation to work.

protocol string_debug
println("{:?}", value)

Allows the value to be debug printed.