Module io_extras::read_write[][src]

Expand description

Traits for working with types that may have up to two I/O objects.

Structs

Adapt an AsReadWriteGrip implementation to implement AsGrip with the read handle.

Adapt an AsReadWriteGrip implementation to implement AsGrip with the write handle.

Traits

Like AsRawFd, but for types which may have one or two file descriptors, for reading and writing.

Like AsFd, but for types which may have one or two file descriptors, for reading and writing.