Type Alias IntrospectorProxy

Source
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 */ }