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
§