(&mut self, cfg: std::process::Stdio)
| 256 | } |
| 257 | |
| 258 | fn stdin(&mut self, cfg: std::process::Stdio) -> &mut Self { |
| 259 | self.command.stdin(cfg); |
| 260 | self |
| 261 | } |
| 262 | |
| 263 | fn stdout(&mut self, cfg: std::process::Stdio) -> &mut Self { |
| 264 | self.command.stdout(cfg); |
no outgoing calls
no test coverage detected