NodeProxy

Type Alias NodeProxy 

Source
pub type NodeProxy = Client<Node>;
Expand description

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

Aliased Typeยง

pub struct NodeProxy { /* private fields */ }