Type Definition tauri::OnPageLoad[][src]

type OnPageLoad<P> = dyn Fn(Window<P>, PageLoadPayload) + Send + Sync + 'static;
Expand description

A closure that is run once every time a window is created and loaded.