pub trait IsEmpty { // Required method fn is_empty(&self) -> bool; }
An element that may be semantically empty.
Checks if the element is empty.