Structsยง
- Stream
- This type implements
io::Read
andio::Write
, encapsulating a ConnectionC
and an underlying transportT
, such as a socket. - Stream
Owned - This type implements
io::Read
andio::Write
, encapsulating and owning a ConnectionC
and an underlying transportT
, such as a socket.