1 2 3 4 5 6 7 8 9
//! 拥有和借用的文件描述符。
#![unstable(feature = "wasi_ext", issue = "71213")]
// 测试此模块
#[cfg(test)]
mod tests;
pub use crate::os::fd::owned::*;
1 2 3 4 5 6 7 8 9
//! 拥有和借用的文件描述符。
#![unstable(feature = "wasi_ext", issue = "71213")]
// 测试此模块
#[cfg(test)]
mod tests;
pub use crate::os::fd::owned::*;