diff options
| -rw-r--r-- | installer-downloader/src/delegate.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer-downloader/src/delegate.rs b/installer-downloader/src/delegate.rs index 40d54efc3f..bc3e4bf84c 100644 --- a/installer-downloader/src/delegate.rs +++ b/installer-downloader/src/delegate.rs @@ -110,5 +110,6 @@ pub struct ErrorMessage { /// Schedules actions on the UI thread from other threads pub trait AppDelegateQueue<T: ?Sized>: Send { + /// Schedule action on the UI thread from other threads fn queue_main<F: FnOnce(&mut T) + 'static + Send>(&self, callback: F); } |
