DebugInfoCollector

Trait DebugInfoCollector 

Source
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§

Source

fn collect_widget_debug_info(&self) -> String

Collect debug info from all widgets

Implementors§