Crate atm_io_utils [] [src]

Utilities for working with std::io and futures_io.

Structs

Duplex

Implements both (Async)Read and (Async)Write by delegating to an (Async)Read and an (Async)Write, taking ownership of both.