Type Definition tauri::OnPageLoad

source ·
pub 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.