Type Alias ComponentControllerProxy

Source
pub type ComponentControllerProxy = ClientSender<Channel, ComponentController>;
Expand description

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

Aliased Typeยง

struct ComponentControllerProxy { /* private fields */ }