pub fn show<T: Options>(text: &str) -> Result<T>Expand description
Shows a message box with a specified text to be displayed.
For more options see MessageBox.
pub fn show<T: Options>(text: &str) -> Result<T>Shows a message box with a specified text to be displayed.
For more options see MessageBox.