logo
pub fn is_empty<T>(val: &T) -> boolwhere
    T: CanBeEmpty,
Expand description

Check whether a value is empty.