WakeLockSentinelMethods

Trait WakeLockSentinelMethods 

Source
pub(crate) trait WakeLockSentinelMethods<D>
where 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§