PreferencesExt

Trait PreferencesExt 

Source
pub trait PreferencesExt<R: Runtime> {
    // Required method
    fn preferences(&self) -> &Preferences<R>;
}
Expand description

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

Required Methods§

Source

fn preferences(&self) -> &Preferences<R>

Implementors§

Source§

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