Function cmd_utils::command_pipe
source · [−]Expand description
Pipe stdout of command
to stdin of piped
command
Errors
command_pipe can result in std::io::Error
- when
spawn
orwait
fail - when there is an issue with the stdout / stdin pipe (std::io::ErrorKind::BrokenPipe)