Type Alias tauri::SyncTask

source ·
pub type SyncTask = Box<dyn FnOnce() + Send>;
Expand description

A task to run on the main thread.

Aliased Type§

struct SyncTask(/* private fields */);