Enum pine::Line [] [src]

pub enum Line {
    StdOut(String),
    StdErr(String),
}

represents a single line of output from a child process

Variants

a line of stdout output

a line of stderr output

Trait Implementations

impl Debug for Line
[src]

Formats the value using the given formatter.