EndsWithAlphaNum

Trait EndsWithAlphaNum 

Source
pub trait EndsWithAlphaNum {
    // Required method
    fn ends_with_alpha_num(&self) -> bool;
}
Available on crate features __ecma and ecma_codegen only.

Required Methods§

Implementors§