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