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 */ }
pub type NetPeer = Actor<TCPPeer<MaybeStream>>;
Type alias for NetPeer
when the tcpserver
feature is enabled and the tcp-channel-server
feature is not enabled.
struct NetPeer { /* private fields */ }