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