pub trait UnwrapOrErrorAlert<T> {
// Required method
fn unwrap_or_alert(self) -> T;
}Expand description
値を取り出すかダイアログを表示します。
Required Methods§
Sourcefn unwrap_or_alert(self) -> T
fn unwrap_or_alert(self) -> T
値を取り出します。失敗した場合、ダイアログを表示します。