[][src]Crate tokio_io

Core I/O traits and combinators when working with Tokio.

A description of the high-level I/O combinators can be found online in addition to a description of the low level details.

Traits

AsyncBufRead

Read bytes asynchronously.

AsyncRead

Read bytes asynchronously.

AsyncWrite

Writes bytes asynchronously.

Buf

Read bytes from a buffer.

BufMut

A trait for values that provide sequential write access to bytes.