Trait std::os::wasi::fs::FileTypeExt [−][src]
pub trait FileTypeExt { fn is_block_device(&self) -> bool; fn is_character_device(&self) -> bool; fn is_socket_dgram(&self) -> bool; fn is_socket_stream(&self) -> bool; }
This is supported on WASI only.
Expand description
fs::FileType
的 WASI 特定扩展。
增加了对特殊 WASI 文件类型的支持,例如 block/character 设备,管道和套接字。