[][src]Function native_windows_gui::error_message

pub fn error_message<'a>(title: &'a str, content: &'a str) -> MessageChoice

Display a simple error message box. The message box has for style MessageButtons::Ok and MessageIcons::Error .

Parameters:

  • title: The message box title
  • content: The message box message