Type Definition android_wakelock::Error

source ·
pub type Error = Box<dyn Error>;
Expand description

An error returned by the wake lock API. A variety of errors can occur when calling Android APIs, such as JNI errors, or exceptions actually thrown by the API itself.