Type Alias BinderProxy

Source
pub type BinderProxy = ClientSender<Channel, Binder>;
Expand description

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

Aliased Typeยง

struct BinderProxy { /* private fields */ }