Docs.rs
swc_ecma_utils-5.0.0
swc_ecma_utils 5.0.0
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
kdy1
swc-bot
Dependencies
indexmap ^2.0.0
normal
num_cpus ^1.13.1
normal
once_cell ^1.19.0
normal
rayon ^1.7.0
normal
optional
rustc-hash ^1.1.0
normal
ryu-js ^1.0.0
normal
swc_atoms ^2.0.0
normal
swc_common ^4.0.0
normal
swc_ecma_ast ^4.0.0
normal
swc_ecma_visit ^4.0.0
normal
tracing ^0.1.40
normal
unicode-id ^0.3
normal
swc_ecma_parser ^5.0.0
dev
testing ^4.0.0
dev
stacker ^0.1.15
normal
optional
Versions
34.55%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
swc_
ecma_
utils
5.0.0
IsEmpty
Required Methods
is_empty
Implementations on Foreign Types
BlockStmt
Box<T>
CatchClause
Option<T>
Stmt
Vec<T>
Implementors
In crate swc_
ecma_
utils
swc_ecma_utils
Trait
IsEmpty
Copy item path
Source
pub trait IsEmpty { // Required method fn
is_empty
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_empty
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
IsEmpty
for
Stmt
Source
§
fn
is_empty
(&self) ->
bool
Source
§
impl
IsEmpty
for
BlockStmt
Source
§
fn
is_empty
(&self) ->
bool
Source
§
impl
IsEmpty
for
CatchClause
Source
§
fn
is_empty
(&self) ->
bool
Source
§
impl<T>
IsEmpty
for
Vec
<T>
Source
§
fn
is_empty
(&self) ->
bool
Source
§
impl<T:
IsEmpty
>
IsEmpty
for
Option
<T>
Source
§
fn
is_empty
(&self) ->
bool
Source
§
impl<T:
IsEmpty
>
IsEmpty
for
Box
<T>
Source
§
fn
is_empty
(&self) ->
bool
Implementors
§