Type Alias rerun::external::eframe::egui::viewport::DeferredViewportUiCallback

source ·
pub type DeferredViewportUiCallback = dyn Fn(&Context) + Sync + Send;
Expand description

The user-code that shows the ui in the viewport, used for deferred viewports.