Skip to main content

DeviceType

Type Alias DeviceType 

Source
pub type DeviceType = DeviceProxy;
Expand description

The device type used by this crate for hardware communication.

In production, this resolves to the FIDL DeviceProxy representing the SPMI device.

Aliased Typeยง

pub struct DeviceType { /* private fields */ }