Type tauri::SyncTasktype SyncTask = Box<dyn FnOnce() + Send>;CopyExpand descriptionA task to run on the main thread.