IntentExt

Trait IntentExt 

Source
pub trait IntentExt<R: Runtime> {
    // Required method
    fn intent(&self) -> &Intent<R>;
}
Expand description

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

Required Methods§

Source

fn intent(&self) -> &Intent<R>

Implementors§

Source§

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