alert_show

Function alert_show 

Source
pub fn alert_show(
    (title, msg): (impl ToString + Debug, impl ToString + Debug),
    level: MessageLevel,
)
Expand description

即座にメッセージダイアログを表示します。エラーが発生した場合は、ログを出力します。