Module state

Module state 

Source
Expand description

Debug state introspection trait

Provides a trait for state types to expose their contents for debug overlays.

Structs§

DebugEntry
A debug entry (key-value pair)
DebugSection
A debug section with a title and entries
DebugWrapper
Wrapper to use Debug impl as DebugState

Traits§

DebugState
Trait for types that can provide debug state information