Module await::io [] [src]

Traits defining Asynchronous IO

This module contains the async variants of the Read and Write traits.

Traits

ReadAsync

The ReadAsync trait allows for reading bytes from a source asynchronously.

WriteAsync

A trait for objects which are byte-oriented asynchronous sinks.