Function bevy_utils::dbg

source ·
pub fn dbg<T: Debug>(data: T)
Expand description

Calls the tracing::debug! macro on a value.