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