[−][src]Module async_std::os::unix::io
This is supported on Unix only.
Unix-specific I/O extensions.
Traits
AsRawFd | Unix A trait to extract the raw unix file descriptor from an underlying object. |
FromRawFd | Unix A trait to express the ability to construct an object from a raw file descriptor. |
IntoRawFd | Unix A trait to express the ability to consume an object and acquire ownership of its raw file descriptor. |
Type Definitions
RawFd | Unix Raw file descriptors. |