Expand description
Underlying transport protocols.
Structs§
- Return value of recv. This captures the future for recv.
- This is the return value of send. It captures the future for send.
- Create new TCP connections.
- Create new UDP connections.
Traits§
- Establish a connection asynchronously.
- Receive a datagram packets asynchronously.
- Convenvience trait to turn poll_recv into an asynchronous function.
- Send a datagram packet asynchronously.
- Convenience trait that turns poll_send into an asynchronous function.