Files
galaxy/crates/prevent_sleep/src/noop.rs
T

6 lines
86 B
Rust

pub struct Guard;
pub fn prevent_sleep(_reason: &'static str) -> Guard {
Guard
}