Type Alias DevicePatch

Source
pub type DevicePatch = Patch<DeviceEvent>;
Expand description

Patch of device events.

Aliased Typeยง

pub struct DevicePatch(/* private fields */);