Module async_io_traits::io

source ·
Expand description

Traits for async IO

TODO module docs

Structs

Express which notifications the user is interested in receiving.
TODO docs
Describes which operations are ready for an IO resource.

Enums

Whether an IO operation is ready for reading/writing or would block.

Traits

A simple async-ification of sync Read plus downcasting methods.

Type Definitions

A specialized Result type for I/O operations.