use ExitStatus;
/// Full output of a process that terminated.
///
/// Both it's `stdout` and `stderr` streams were collected as individual lines. Depending on the
/// [`crate::LineParsingOptions`] used, content might have been lost.
/// Full raw byte output of a process that terminated.
///
/// Both its `stdout` and `stderr` streams were collected as bytes without line parsing.