Method lrs::option::Option::unwrap

Unwraps the value or aborts.

Syntax

impl<T> Option<T> {
    fn unwrap(self) -> T
}