unwrap abstract method

S unwrap()

Returns the ok value if Result is Ok. Throws a Panic if the Result is Err.

Implementation

S unwrap();