Type Alias LauncherProxy

Source
pub type LauncherProxy = ClientSender<Channel, Launcher>;
Expand description

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

Aliased Typeยง

struct LauncherProxy { /* private fields */ }