Type Alias NodeProxy

Source
pub type NodeProxy = ClientSender<Channel, Node>;
Expand description

An alias for a client sender over zx::Channel for the Node protocol.

Aliased Typeยง

struct NodeProxy { /* private fields */ }