Skip to main content

ui_debug

Attribute Macro ui_debug 

Source
#[ui_debug]
Expand description

Marks a struct or enum as a UI-visible data node.

Types annotated with #[ui_debug] implement dbgflow::UiDebugValue and can emit snapshots with value.emit_snapshot("label").

Optional arguments:

  • name = "..." overrides the label shown in the UI.