Type Alias QueryableProxy

Source
pub type QueryableProxy = ClientSender<Channel, Queryable>;
Expand description

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

Aliased Typeยง

struct QueryableProxy { /* private fields */ }