pub trait IdentExt: AsRef<str> {
    fn is_reserved(&self) -> bool { ... }
fn is_reserved_in_strict_mode(&self, is_module: bool) -> bool { ... }
fn is_reserved_in_strict_bind(&self) -> bool { ... }
fn is_reserved_in_es3(&self) -> bool { ... } }

Provided methods

Implementations on Foreign Types

Implementors