swc_
ecma_
codegen
17.0.2
Ends
With
Alpha
Num
Required Methods
ends_with_alpha_num
Implementations on Foreign Types
Expr
ForHead
Pat
UsingDecl
VarDecl
Implementors
In swc_
ecma_
codegen::
util
swc_ecma_codegen
::
util
Trait
EndsWithAlphaNum
Copy item path
Source
pub trait EndsWithAlphaNum { // Required method fn
ends_with_alpha_num
(&self) ->
bool
; }
Required Methods
§
Source
fn
ends_with_alpha_num
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
EndsWithAlphaNum
for Expr
Source
§
fn
ends_with_alpha_num
(&self) ->
bool
Source
§
impl
EndsWithAlphaNum
for ForHead
Source
§
fn
ends_with_alpha_num
(&self) ->
bool
Source
§
impl
EndsWithAlphaNum
for Pat
Source
§
fn
ends_with_alpha_num
(&self) ->
bool
Source
§
impl
EndsWithAlphaNum
for UsingDecl
Source
§
fn
ends_with_alpha_num
(&self) ->
bool
Source
§
impl
EndsWithAlphaNum
for VarDecl
Source
§
fn
ends_with_alpha_num
(&self) ->
bool
Implementors
§