pub trait IsEmpty { // Required method fn is_empty(&self) -> bool; }
Returns true if applying this refinement would have no effect.
true
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".