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