isErr method

bool isErr()

Returns whether or not this Result is Err.

See also: Rust: Result::is_err()

Implementation

bool isErr() => !isOk();