pub trait DialogExt<R: Runtime> {
// Required method
fn dialog(&self) -> &Dialog<R>;
}
Expand description
Extensions to tauri::App
, tauri::AppHandle
, tauri::WebviewWindow
, tauri::Webview
and tauri::Window
to access the dialog APIs.
pub trait DialogExt<R: Runtime> {
// Required method
fn dialog(&self) -> &Dialog<R>;
}
Extensions to tauri::App
, tauri::AppHandle
, tauri::WebviewWindow
, tauri::Webview
and tauri::Window
to access the dialog APIs.