Function exc_or_empty

Source
pub fn exc_or_empty(s: &Result<String>) -> bool
Expand description

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.