Type Alias DeviceProxy

Source
pub type DeviceProxy = ClientSender<Channel, Device>;
Expand description

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

Aliased Typeยง

struct DeviceProxy { /* private fields */ }