Type Definition tauri::SetupHook[][src]

type SetupHook<P> = Box<dyn Fn(&mut App<P>) -> Result<(), Box<dyn Error + Send>> + Send>;
Expand description

A closure that is run when the Tauri application is setting up.