Struct std::run::ProcessOutput

pub struct ProcessOutput {
    status: int,
    output: ~[u8],
    error: ~[u8],
}

The output of a finished process.