Type Alias ControllerProxy

Source
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 */ }