Type Alias AlarmId

Source
pub type AlarmId = String;
Expand description

A unique identifier for an alarm.

This alias is used to identify alarms within a single WakeAlarms connection. It is the client’s responsibility to ensure that the IDs are unique for all active alarms.

Aliased Type§

pub struct AlarmId { /* private fields */ }