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 */ }
pub type ComponentRunnerProxy = ClientSender<Channel, ComponentRunner>;
An alias for a client sender over zx::Channel
for the ComponentRunner
protocol.
struct ComponentRunnerProxy { /* private fields */ }