Struct ubend::Output[][src]

pub struct Output {
    pub status: c_int,
    pub stdout: Vec<u8>,
    pub stderr: Vec<u8>,
}

Output and exit status of the last process in the chain.

Fields

Auto Trait Implementations

impl Send for Output

impl Sync for Output