Returns the success value or aborts if the operation did not succeed.
impl<T, E> Result<T, E> { fn unwrap(self) -> T }