Type Definition iroh_rpc_client::ClientSocket

source ·
pub type ClientSocket<S: Service, C: ChannelTypes = ChannelTypes> = (C::SendSink<S::Req>, C::RecvStream<S::Res>);
Expand description

A request sink and response stream for a single RPC call on the client side.