Type Alias BinderProxy

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

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

Aliased Typeยง

pub struct BinderProxy { /* private fields */ }