pub type RpcChannel = Sender<RpcMessage>;Expand description
A channel to a RpcClient.
Aliased Typeยง
pub struct RpcChannel { /* private fields */ }pub type RpcChannel = Sender<RpcMessage>;A channel to a RpcClient.
pub struct RpcChannel { /* private fields */ }