IapExt

Trait IapExt 

Source
pub trait IapExt<R: Runtime> {
    // Required method
    fn iap(&self) -> &Iap<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the iap APIs.

Required Methods§

Source

fn iap(&self) -> &Iap<R>

Implementors§

Source§

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