Type Alias NetPeer

Source
pub type NetPeer = Actor<TCPPeer<MaybeStream>>;
Expand description

Type alias for NetPeer when the tcpserver feature is enabled and the tcp-channel-server feature is not enabled.

Aliased Typeยง

struct NetPeer { /* private fields */ }