Type Alias RpcChannel

Source
pub type RpcChannel = Sender<RpcMessage>;
Expand description

A channel to a RpcClient.

Aliased Typeยง

struct RpcChannel { /* private fields */ }