Struct compiletest_rs::procsrv::Result [] [src]

pub struct Result {
    pub status: ExitStatus,
    pub out: String,
    pub err: String,
}

Fields