Type Alias pacaptr::exec::Output

source ·
pub type Output = Vec<u8>;
Expand description

The type for captured stdout, and if set to Mode::CheckAll, mixed with captured stderr.

Aliased Type§

struct Output {
    buf: RawVec<u8>,
    len: usize,
}

Fields§

§buf: RawVec<u8>§len: usize