Type Alias CloneableProxy

Source
pub type CloneableProxy = ClientSender<Channel, Cloneable>;
Expand description

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

Aliased Typeยง

struct CloneableProxy { /* private fields */ }