Type Alias ExecutionControllerProxy

Source
pub type ExecutionControllerProxy = ClientSender<Channel, ExecutionController>;
Expand description

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

Aliased Typeยง

struct ExecutionControllerProxy { /* private fields */ }