err abstract method

Option<Err<T>> err()

Safely gets the Err instance. Returns a Some on Err, or a None on Ok.

Implementation

Option<Err<T>> err();