Type Alias DeviceEventLog

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

Event log for devices.

Aliased Typeยง

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