err abstract method

FutureOr<Option<Err<T>>> err()

Safely gets the Err instance, resolving any Future.

Implementation

FutureOr<Option<Err<T>>> err();