Function re_ui::notifications::show_notification

source ยท
fn show_notification(
    ui: &mut Ui,
    notification: &Notification,
    mode: DisplayMode,
    on_dismiss: impl FnMut(),
) -> Response