Type Alias ComponentRunnerProxy

Source
pub type ComponentRunnerProxy = ClientSender<Channel, ComponentRunner>;
Expand description

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

Aliased Typeยง

struct ComponentRunnerProxy { /* private fields */ }