ProcessLineStream

Type Alias ProcessLineStream 

Source
pub type ProcessLineStream = ChildStream<LinesStream<BufReader<ChildStdout>>, LinesStream<BufReader<ChildStderr>>>;
Expand description

ChildStream that produces lines.

Aliased Type§

pub struct ProcessLineStream { /* private fields */ }

Trait Implementations§

Source§

impl From<Child> for ProcessLineStream

Source§

fn from(child: Child) -> Self

Converts to this type from the input type.