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