Function native_windows_gui::error_message [] [src]

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: