[][src]Trait swc_ecma_transforms::util::IsEmpty

pub trait IsEmpty {
    fn is_empty(&self) -> bool;
}

Required methods

fn is_empty(&self) -> bool

Loading content...

Implementations on Foreign Types

impl<T> IsEmpty for Option<T> where
    T: IsEmpty
[src]

impl<T> IsEmpty for Vec<T>[src]

impl IsEmpty for BlockStmt[src]

impl IsEmpty for Stmt[src]

impl IsEmpty for CatchClause[src]

impl<T> IsEmpty for Box<T> where
    T: IsEmpty
[src]

Loading content...

Implementors

Loading content...