Function cargo_util::process_builder::piped
source · fn piped(cmd: &mut Command, pipe_stdin: bool) -> &mut CommandExpand description
Creates new pipes for stderr, stdout, and optionally stdin.
fn piped(cmd: &mut Command, pipe_stdin: bool) -> &mut CommandCreates new pipes for stderr, stdout, and optionally stdin.