Type tauri::OnPageLoad
type OnPageLoad<R> = dyn Fn(Window<R>, PageLoadPayload) + Send + Sync + 'static;
Expand description
A closure that is run once every time a window is created and loaded.
type OnPageLoad<R> = dyn Fn(Window<R>, PageLoadPayload) + Send + Sync + 'static;
Expand description
A closure that is run once every time a window is created and loaded.