Type Alias LoaderProxy

Source
pub type LoaderProxy = ClientSender<Channel, Loader>;
Expand description

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

Aliased Typeยง

struct LoaderProxy { /* private fields */ }