Structs§
- Stream
- This type implements
io::Readandio::Write, encapsulating a ConnectionCand an underlying transportT, such as a socket. - Stream
Owned - This type implements
io::Readandio::Write, encapsulating and owning a ConnectionCand an underlying transportT, such as a socket.