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.
pub trait PowerSyncExt<R: Runtime> {
// Required method
fn powersync(&self) -> &PowerSync<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the PowerSync
plugin.