Skip to main content

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§