pub type NodeProxy = ClientSender<Channel, Node>;
An alias for a client sender over zx::Channel for the Node protocol.
zx::Channel
Node
struct NodeProxy { /* private fields */ }