Skip to main content

PowerSyncExt

Trait PowerSyncExt 

Source
pub trait PowerSyncExt<R: Runtime> {
    // Required method
    fn powersync(&self) -> &PowerSync<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the PowerSync plugin.

Required Methods§

Source

fn powersync(&self) -> &PowerSync<R>

Implementors§

Source§

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