PldownloaderExt

Trait PldownloaderExt 

Source
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.

Required Methods§

Source

fn pldownloader(&self) -> &Pldownloader<R>

Implementors§

Source§

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