Module async_std::os::unix::io

source ·
Expand description

Unix-specific I/O extensions.

Traits

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

Type Aliases

  • Raw file descriptors.