Searched defs:Stdio (Results 1 – 3 of 3) sorted by relevance
1369 fn try_into(self) -> Result<Stdio, Self::Error> { in try_into()1377 fn try_into(self) -> Result<Stdio, Self::Error> { in try_into()1385 fn try_into(self) -> Result<Stdio, Self::Error> { in try_into()
244 pub(crate) fn convert_to_stdio(child_stdio: ChildStdio) -> io::Result<Stdio> { in convert_to_stdio()
197 pub(crate) fn convert_to_stdio(io: ChildStdio) -> io::Result<Stdio> { in convert_to_stdio()