Struct ::process::ChildStderr

The stderr stream for spawned children.

Methods

Try to convert into a Stdio, which allows creating a pipeline between processes.

This consumes the stream, as it can only be used once.

Returns a Result

Protocols

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

Allows the value to be debug printed.