pub fn stdin() -> Stdin
109 110 111
pub fn inherit_stdin(self) -> Self { self.stdin(Box::new(crate::stdio::stdin())) }