Type Alias fizyr_rpc::TcpPeer

source ·
pub type TcpPeer = Peer<TcpTransport>;
Expand description

Peer using the TCP transport.

Aliased Type§

struct TcpPeer { /* private fields */ }