pub trait IsNotEmptyExtension {
// Required method
fn is_not_empty(&self) -> bool;
}Expand description
Trait that declares is_not_empty() method.
pub trait IsNotEmptyExtension {
// Required method
fn is_not_empty(&self) -> bool;
}Trait that declares is_not_empty() method.