Trait deno_timers::TimersPermission[][src]

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

Required methods

fn allow_hrtime(&mut self) -> bool[src]

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

Implementors