(&mut self, cfg: std::process::Stdio)
| 261 | } |
| 262 | |
| 263 | fn stdout(&mut self, cfg: std::process::Stdio) -> &mut Self { |
| 264 | self.command.stdout(cfg); |
| 265 | self |
| 266 | } |
| 267 | |
| 268 | fn stderr(&mut self, cfg: std::process::Stdio) -> &mut Self { |
| 269 | self.command.stderr(cfg); |
no outgoing calls
no test coverage detected