Appearance
True Myth / result / isErr
isErr<T, E>(result): result is Err<T, E>
T
E
result
result is Err<T, E>
Is the Result an Err?
Result
Err
The type of the item contained in the Result.
Result<T, E>
The Result to check.
A type guarded Err.