pub type ProcessLineStream = ChildStream<LinesStream<BufReader<ChildStdout>>, LinesStream<BufReader<ChildStderr>>>;
Expand description
ChildStream
that produces lines.
Aliased Type§
pub struct ProcessLineStream { /* private fields */ }
pub type ProcessLineStream = ChildStream<LinesStream<BufReader<ChildStdout>>, LinesStream<BufReader<ChildStderr>>>;
ChildStream
that produces lines.
pub struct ProcessLineStream { /* private fields */ }