pub trait UpdatesTraceUiNodeExt {
// Required method
fn instrument<S: Into<String>>(self, tag: S) -> UiNode
where Self: Sized;
}Expand description
Extension methods for infinite loop diagnostics.
You can also use updates_trace_span and updates_trace_event to define custom scopes and entries.