pub fn is_empty<T: CanBeEmpty>(val: &T) -> bool
Expand description

Check whether a value is empty.