Module handy_io::io [] [src]

I/O operation related modules.

Modules

futures

I/O related futures.

streams

I/O related streams.

Structs

BoxReadFrom

Boxed object which implements ReadFrom trait.

BoxWriteTo

Boxed object which implements WriteTo trait.

Traits

AsyncRead

An asynchronous version of the standard Read trait.

AsyncWrite

An asynchronous version of the standard Write trait.

ReadFrom

The ReadFrom trait allows for reading a value of the pattern from a source asynchronously.

WriteTo

The WriteTo trait allows for writing a value of the pattern to a sink asynchronously.