tauri_store

Type Alias OnLoadFn

Source
pub type OnLoadFn<R> = dyn Fn(&Store<R>) -> OnLoadResult + Send + Sync;