swc_
ecma_
codegen
5.0.0
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
§