pub trait DebugInfoCollector {
// Required method
fn collect_widget_debug_info(&self) -> String;
}
Expand description
Extension trait for collecting debug info from multiple widgets
Required Methods§
Sourcefn collect_widget_debug_info(&self) -> String
fn collect_widget_debug_info(&self) -> String
Collect debug info from all widgets