pub trait IsEmpty {
    fn is_empty(&self) -> bool;
}
Available on crate feature __utils only.

Required Methods

Implementations on Foreign Types

Implementors