Module io

Source
Expand description

Async I/O primitives

See Async for more details.

Structs§

Async
Async adapter for I/O types
IncomingTcp
Stream returned by Async::<TcpListener>::incoming

Traits§

IoSafe
Types whose I/O trait implementations do not move or drop the underlying I/O object