pub trait UnwrapOrPanic<T> {
// Required method
fn unwrap_or_panic(self) -> T;
}
Required Methods§
Sourcefn unwrap_or_panic(self) -> T
fn unwrap_or_panic(self) -> T
Return the contained value or panic
pub trait UnwrapOrPanic<T> {
// Required method
fn unwrap_or_panic(self) -> T;
}
Return the contained value or panic