Expand description
This module contains the socket types. Currently, three socket types are provided:
udp::UdpSocket– a UDP sockettcp::TcpSocket– a TCP sockettls::TlsSocket– a TCP socket wrapper that provides a TLS connection
Modules§
- Socket states
Traits§
- Convert to a
sockaddr - Convert to a
SocketAddr