Function bevy::utils::dbg

pub fn dbg<T>(data: T)
where T: Debug,
Expand description

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