Module std::os::wasi::io

source · []
🔬 This is a nightly-only experimental API. (wasi_ext #71213)
Available on WASI only.
Expand description

WASI-specific extensions to general I/O primitives.

Structs

A borrowed file descriptor.

An owned file descriptor.

Traits

A trait to borrow the file descriptor from an underlying object.

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 Definitions

Raw file descriptors.