pub fn stdout() -> Stdout
80 81 82
pub fn inherit_stdout(self) -> Self { self.stdout(Box::new(crate::stdio::stdout())) }