Struct process::ChildStderr

Overview

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 DEBUG_FMT
format!("{:?}", value)

Allows the value to be debug printed.