alert_i18n

Function alert_i18n 

Source
pub fn alert_i18n<T>(
    owner_window_id: Option<Id>,
    content: (&'static str, &'static str),
    level: MessageLevel,
) -> Task<T>
where T: 'static + Send,
Expand description

[Task]として非同期にメッセージダイアログを表示します。content をi18nキーで指定します。エラーが発生した場合は、ログを出力します。