Searched refs:Stdout (Results 1 – 1 of 1) sorted by relevance
330 Stdout(Option<ChildStdout>), enumerator337 RedirectStdout::Stdout(child_stdout) => child_stdout.take().unwrap().as_raw_fd(), in as_raw_fd()344 RedirectStdout::Stdout(child_stdout) => Stdio::from(child_stdout.take().unwrap()), in as_std()358 RedirectStdout::Stdout(value.take()) in from()605 stdout = Some(RedirectStdout::Stdout(child.stdout.take())); in execute()