pub trait NoneOrEmpty {
    fn is_none_or_empty(&self) -> bool;
}

Required Methods

Implementations on Foreign Types

Implementors