Expand description
Traits for working with types that may have up to two I/O objects.
Structs§
- Read
Half - Adapt an
AsReadWriteGripimplementation to implementAsGripwith the read handle. - Write
Half - Adapt an
AsReadWriteGripimplementation to implementAsGripwith the write handle.
Traits§
- AsRaw
Read Write Fd - Like
AsRawFd, but for types which may have one or two file descriptors, for reading and writing. - AsRead
Write Fd - Like
AsFd, but for types which may have one or two file descriptors, for reading and writing.