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

Required Methods

Implementors