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