Module io

Source
Expand description

Unix-specific I/O extensions.

Traits§

AsRawFd
A trait to extract the raw unix file descriptor from an underlying object.
FromRawFd
A trait to express the ability to construct an object from a raw file descriptor.
IntoRawFd
A trait to express the ability to consume an object and acquire ownership of its raw file descriptor.

Type Aliases§

RawFd
Raw file descriptors.