Method lrs::result::Result::is_err

Returns whether the operation failed.

Syntax

impl<T, E> Result<T, E> {
    fn is_err(&self) -> bool
}