We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c8f2b commit efe81bcCopy full SHA for efe81bc
src/libstd/io/fs.rs
@@ -71,6 +71,9 @@ use vec::Vec;
71
use sys::fs as fs_imp;
72
use sys_common;
73
74
+pub use sys_common::AsFileDesc;
75
+pub use sys::fs::{fd_t, FileDesc};
76
+
77
/// Unconstrained file access type that exposes read and write operations
78
///
79
/// Can be constructed via `File::open()`, `File::create()`, and
0 commit comments