Enum pipe_logger_lib::Tee[][src]

pub enum Tee {
    Stdout,
    Stderr,
}

Read from standard input and write to standard output.

Variants

To stdout.

To stderr.

Trait Implementations

impl Debug for Tee
[src]

Formats the value using the given formatter. Read more

impl Clone for Tee
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Tee

impl Sync for Tee