pub type QueryableProxy = ClientSender<Channel, Queryable>;
An alias for a client sender over zx::Channel for the Queryable protocol.
zx::Channel
Queryable
struct QueryableProxy { /* private fields */ }