Struct tokio::process::ChildStdout [−][src]
pub struct ChildStdout { /* fields omitted */ }This is supported on crate feature
process only.Expand description
The standard output stream for spawned children.
This type implements the AsyncRead trait to read data from the stdout
handle of a child process asynchronously.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ChildStdoutimpl Send for ChildStdoutimpl Sync for ChildStdoutimpl Unpin for ChildStdoutimpl !UnwindSafe for ChildStdout