Method lrs::result::Result::unwrap

Returns the success value or aborts if the operation did not succeed.

Syntax

impl<T, E> Result<T, E> {
    fn unwrap(self) -> T
}