Type tauri::SetupHook
type SetupHook<R> = Box<dyn Fn(&mut App<R>) -> Result<(), Box<dyn Error + Send>> + Send>;
Expand description
A closure that is run when the Tauri application is setting up.
type SetupHook<R> = Box<dyn Fn(&mut App<R>) -> Result<(), Box<dyn Error + Send>> + Send>;
Expand description
A closure that is run when the Tauri application is setting up.