#[derive(DebugWithTypeInfo)]
{
// Attributes available to this derive:
#[debug_with_type_info]
}
Expand description
Derive macro for generating Debug
implementations which include type information.
Uses the DebugWithTypeInfoBuilder
trait from bevy_mod_scripting_display
to
generate the debug output.
Works the same way as the standard Debug
derive macro, but delegates to
WithTypeInfo
adapters for fields, entries and keys/values.