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