tauri_plugin_svelte

Type Alias OnLoadFn

Source
pub type OnLoadFn<R> = dyn Fn(&Store<R>) -> Result<(), Error> + Send + Sync;
Expand description

Closure to be called when a store is loaded.