Module read_write

Source
Expand description

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

Structs§

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

Traits§

AsRawReadWriteHandleOrSocket
Like AsRawHandleOrSocket, but for types which may have one or two handles or sockets, for reading and writing.
AsReadWriteHandleOrSocket
Like AsHandleOrSocket, but for types which may have one or two handles or sockets, for reading and writing.