Enum mio_child_process::StdioChannel[][src]

pub enum StdioChannel {
    Stdout,
    Stderr,
}

Describes what channel the ProcessEvent came from.

Variants

The Stdout stream of a child process

The Stdout stream of a child process

Trait Implementations

impl Copy for StdioChannel
[src]

impl Clone for StdioChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StdioChannel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations