swc_
ecma_
codegen
0.128.18
Ends
With
Alpha
Num
Required Methods
ends_with_alpha_num
Implementations on Foreign Types
Expr
Pat
VarDecl
VarDeclOrPat
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
Pat
source
§
fn
ends_with_alpha_num
(&self) ->
bool
source
§
impl
EndsWithAlphaNum
for
VarDeclOrPat
source
§
fn
ends_with_alpha_num
(&self) ->
bool
source
§
impl
EndsWithAlphaNum
for
VarDecl
source
§
fn
ends_with_alpha_num
(&self) ->
bool
Implementors
§