Type Definition tauri::SetupHook[][src]

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