ShareExt

Trait ShareExt 

Source
pub trait ShareExt<R: Runtime> {
    // Required method
    fn share(&self) -> &ShareKit<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle, tauri::WebviewWindow, tauri::Webview and tauri::Window to access the share APIs.

Required Methods§

Source

fn share(&self) -> &ShareKit<R>

Implementors§

Source§

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