Expand description
Debug state introspection trait
Provides a trait for state types to expose their contents for debug overlays.
Structs§
- Debug
Entry - A debug entry (key-value pair)
- Debug
Section - A debug section with a title and entries
- Debug
Wrapper - Wrapper to use Debug impl as DebugState
Traits§
- Debug
State - Trait for types that can provide debug state information