DeviceEventLog

Type Alias DeviceEventLog 

Source
pub type DeviceEventLog<E> = DatabaseEventLog<DeviceEvent, E>;
Expand description

Event log for devices.

Aliased Typeยง

pub struct DeviceEventLog<E> { /* private fields */ }