Module io_extras::read_write
source · Expand description
Traits for working with types that may have up to two I/O objects.
Structs
- Adapt an
AsReadWriteGrip
implementation to implementAsGrip
with the read handle. - Adapt an
AsReadWriteGrip
implementation to implementAsGrip
with the write handle.
Traits
- Like
AsRawHandleOrSocket
, but for types which may have one or two handles or sockets, for reading and writing. - Like
AsHandleOrSocket
, but for types which may have one or two handles or sockets, for reading and writing.