pub fn output_stdout(output: Output) -> Result<String>
Extract the printed stdout from the Output of a Command.
stdout
Output
Command
Best used in an and_then chain.
and_then