pub trait PersistenceExt<R: Runtime> {
// Required method
fn persistence(&self) -> &Persistence<R>;
}Expand description
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the persistence APIs.
Required Methods§
Sourcefn persistence(&self) -> &Persistence<R>
fn persistence(&self) -> &Persistence<R>
Gets a reference to the Persistence API