pub trait Transceive: Read + Write + AsFd + AsRawFd + Sealed { }
A trait for objects that are both io::Read and io::Write.
io::Read
io::Write