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

Required Methods

Implementations on Foreign Types

Implementors