Trait base_traits::IsEmpty
source · pub trait IsEmpty {
// Required method
fn is_empty(&self) -> bool;
}Expand description
Trait defining instance method is_empty() : bool that indicates
whether the implementing type instance is logically empty.