Expand description
TCP Transport
Structs
- A wrapper around a tokio TcpStream
- Transport to build TCP connections
Functions
- Note: we need to take ownership of this
NetworkAddress
(instead of just borrowing the&[Protocol]
slice) so this future can beSend + 'static
.