Trait swc_ecma_utils::IsEmpty[][src]

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

Required methods

Implementations on Foreign Types

Implementors