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