Trait deno_web::TimersPermission

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

Required Methods§

source

fn allow_hrtime(&mut self) -> bool

Implementations on Foreign Types§

source§

impl TimersPermission for PermissionsContainer

source§

fn allow_hrtime(&mut self) -> bool

Implementors§