[][src]Module romio::raw

Raw poll APIs

This module exposes raw Poll APIs.

Structs

PollEvented

Associates an I/O resource that implements the std::io::Read and/or std::io::Write traits with the reactor that drives it.

Traits

AsyncDatagram

Implement a datagram protocol.

AsyncReadReady

Determine if the underlying API can be read from.

AsyncReady

Determine if a struct is async-ready to yield futures.

AsyncWriteReady

Determine if the underlying API can be written to.

TakeError

Extract an error from the underlying struct that isn't propagated through regular channels.