DeviceProxy

Type Alias DeviceProxy 

Source
pub type DeviceProxy = Client<Device>;
Expand description

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

Aliased Typeยง

pub struct DeviceProxy { /* private fields */ }