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