pub type LutexControllerWakeBitsetResult = Result<WakeResponse, Errno>;

Aliased Type§

enum LutexControllerWakeBitsetResult {
    Ok(WakeResponse),
    Err(Errno),
}

Variants§

§1.0.0

Ok(WakeResponse)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value