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