Trait swc_ecma_codegen::util::EndsWithAlphaNum[][src]

pub trait EndsWithAlphaNum {
    fn ends_with_alpha_num(&self) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors