WakeLockSentinelMethods

pub trait WakeLockSentinelMethods<D: DomTypes> {
    // Required methods
    fn Released(&self) -> bool;
    fn Type(&self) -> WakeLockType;
}

Required Methods§

Source

fn Released(&self) -> bool

Source

fn Type(&self) -> WakeLockType

Implementors§