pub type IntrospectorProxy = ClientSender<Channel, Introspector>;
Expand description
An alias for a client sender over zx::Channel
for the Introspector
protocol.
Aliased Typeยง
struct IntrospectorProxy { /* private fields */ }
pub type IntrospectorProxy = ClientSender<Channel, Introspector>;
An alias for a client sender over zx::Channel
for the Introspector
protocol.
struct IntrospectorProxy { /* private fields */ }