Function git_nomad::verbosity::output_stdout

source ยท
pub fn output_stdout(output: Output) -> Result<String>
Expand description

Extract the printed stdout from the Output of a Command.

Best used in an and_then chain.