pub fn exc_or_empty(s: &Result<String>) -> bool
Returns true if the result is empty or an exception marker value. Returns false if the result is not empty, or if the result is an Err other than an exception marker value.