pub trait ComponentDebugState {
// Provided method
fn debug_state(&self) -> Vec<ComponentDebugEntry> { ... }
}Expand description
Optional debug surface for interactive components.
pub trait ComponentDebugState {
// Provided method
fn debug_state(&self) -> Vec<ComponentDebugEntry> { ... }
}Optional debug surface for interactive components.