RpcTransport

Type Alias RpcTransport 

type RpcTransport<RxItem, TxItem> = Transport<UnixStream, RxItem, TxItem, Codec<RxItem, TxItem>>;
Available on crate feature client only.

Aliased Typeยง

struct RpcTransport<RxItem, TxItem> { /* private fields */ }