Struct bugreport::collector::CommandOutput
source · pub struct CommandOutput<'a> { /* private fields */ }Expand description
The stdout and stderr output (+ exit code) of a custom command.
pub struct CommandOutput<'a> { /* private fields */ }The stdout and stderr output (+ exit code) of a custom command.