Module cdns_rs::a_sync::network[][src]

Structs

An instance of the socket/stream.

Traits

A common interface to access the realizations for both TcpStream and UdpSocket

Functions

Creates new instance of TcpStream. The stream is not connected and SocketTap::connect should be called.

Creates new instance of UdpSocket. The socket is not connected and SocketTap::connect should be called.

Type Definitions