Skip to main content

ComponentDebugState

Trait ComponentDebugState 

Source
pub trait ComponentDebugState {
    // Provided method
    fn debug_state(&self) -> Vec<ComponentDebugEntry> { ... }
}
Expand description

Optional debug surface for interactive components.

Provided Methods§

Implementors§