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

Required methods

Implementations on Foreign Types

Implementors