Trait zng::update::UpdatesTraceUiNodeExt
source · pub trait UpdatesTraceUiNodeExt: UiNode {
// Required method
fn instrument<S>(self, tag: S) -> Box<dyn UiNodeBoxed>
where S: Into<String>,
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.
Required Methods§
Object Safety§
This trait is not object safe.