Searched defs:StdFile (Results 1 – 2 of 2) sorted by relevance
249 fn convert_to_file(child_stdio: ChildStdio) -> io::Result<StdFile> { in convert_to_file()260 fn duplicate_handle<T: AsRawHandle>(io: &T) -> io::Result<StdFile> { in duplicate_handle()
486 pub async fn into_std(mut self) -> StdFile { in into_std()509 pub fn try_into_std(mut self) -> Result<StdFile, Self> { in try_into_std()