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.
pub trait ShareExt<R: Runtime> {
// Required method
fn share(&self) -> &ShareKit<R>;
}Extensions to tauri::App, tauri::AppHandle, tauri::WebviewWindow, tauri::Webview and tauri::Window to access the share APIs.