Type Alias WakeAlarmsSetAndWaitResult

Source
pub type WakeAlarmsSetAndWaitResult = Result<EventPair, WakeAlarmsError>;

Aliased Type§

pub enum WakeAlarmsSetAndWaitResult {
    Ok(EventPair),
    Err(WakeAlarmsError),
}

Variants§

§1.0.0

Ok(EventPair)

Contains the success value

§1.0.0

Err(WakeAlarmsError)

Contains the error value