Expand description
Traits for working with types that may have up to two I/O objects.
Structs§
- Read
Half - Adapt an
AsReadWriteGrip
implementation to implementAsGrip
with the read handle. - Write
Half - Adapt an
AsReadWriteGrip
implementation to implementAsGrip
with 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.