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