pub trait TimersPermission {
    // Required methods
    fn allow_hrtime(&mut self) -> bool;
    fn check_unstable(&self, state: &OpState, api_name: &'static str);
}

Required Methods§

source

fn allow_hrtime(&mut self) -> bool

source

fn check_unstable(&self, state: &OpState, api_name: &'static str)

Implementors§