Skip to main content

OpenerExt

Trait OpenerExt 

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

Required Methods§

Source

fn opener(&self) -> &Opener<R>

Implementors§

Source§

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