pub type ControllerProxy = ClientSender<Channel, Controller>;
Expand description
An alias for a client sender over zx::Channel
for the Controller
protocol.
Aliased Typeยง
struct ControllerProxy { /* private fields */ }
pub type ControllerProxy = ClientSender<Channel, Controller>;
An alias for a client sender over zx::Channel
for the Controller
protocol.
struct ControllerProxy { /* private fields */ }