tauri_plugin_dialog

Trait DialogExt

Source
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.

Required Methods§

Source

fn dialog(&self) -> &Dialog<R>

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> DialogExt<R> for T