pub trait TimersPermission {
    // Required method
    fn allow_hrtime(&mut self) -> bool;
}

Required Methods§

source

fn allow_hrtime(&mut self) -> bool

Implementors§