Enum ubend::OutputError[][src]

pub enum OutputError {
    IO(Error),
    Pipe(Error),
    Wait(WaitError),
}

Variants

A Rust io function returned the specified error.

Trait Implementations

impl Display for OutputError
[src]

Formats the value using the given formatter. Read more

impl Debug for OutputError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OutputError

impl Sync for OutputError