pub type DeferredViewportUiCallback = dyn Fn(&mut Ui) + Sync + Send;
The user-code that shows the ui in the viewport, used for deferred viewports.