Trait swc_ecma_utils::IsEmpty[][src]

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

Required methods

fn is_empty(&self) -> bool[src]

Loading content...

Implementations on Foreign Types

impl IsEmpty for BlockStmt[src]

impl IsEmpty for CatchClause[src]

impl IsEmpty for Stmt[src]

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

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

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

Loading content...

Implementors

Loading content...