Type Alias fizyr_rpc::TcpTransport

source ·
pub type TcpTransport = StreamTransport<TcpStream>;
Expand description

Message transport for TCP.

Aliased Type§

struct TcpTransport { /* private fields */ }