unwrap method
Never
unwrap()
Implementation
Infallible unwrap() {
throw Panic("Called `unwrap` on a value that was `None`.");
}
Infallible unwrap() {
throw Panic("Called `unwrap` on a value that was `None`.");
}