Docs.rs
swc_plugin-0.60.0
swc_plugin 0.60.0
Docs.rs crate page
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
kdy1
swc-bot
Dependencies
swc_atoms ^0.2.0
normal
swc_common ^0.18.0
normal
swc_ecma_quote ^0.18.0
normal
swc_ecmascript ^0.164.0
normal
swc_plugin_macro ^0.4.1
normal
swc_plugin_proxy ^0.4.0
normal
Versions
50%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
IsEmpty
Required Methods
is_empty
Implementations on Foreign Types
Box<T, Global>
Option<T>
Vec<T, Global>
Implementors
In swc_plugin::utils
?
Trait
swc_plugin
::
utils
::
IsEmpty
[
−
]
pub trait IsEmpty { fn
is_empty
(&self) ->
bool
; }
Required Methods
fn
is_empty
(&self) ->
bool
Implementations on Foreign Types
impl<T>
IsEmpty
for
Vec
<T,
Global
>
fn
is_empty
(&self) ->
bool
impl<T>
IsEmpty
for
Option
<T>
where
T:
IsEmpty
,
fn
is_empty
(&self) ->
bool
impl<T>
IsEmpty
for
Box
<T,
Global
>
where
T:
IsEmpty
,
fn
is_empty
(&self) ->
bool
Implementors
impl
IsEmpty
for
Stmt
impl
IsEmpty
for
BlockStmt
impl
IsEmpty
for
CatchClause