Returns the ok value if Result is Ok. Throws a Panic if the Result is Err.
@override S unwrap() { return ok; }