Type Alias LinkableProxy

Source
pub type LinkableProxy = ClientSender<Channel, Linkable>;
Expand description

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

Aliased Typeยง

struct LinkableProxy { /* private fields */ }