Function bevy_internal::utils::dbg
source · pub fn dbg<T>(data: T)where
T: Debug,
Expand description
Calls the tracing::debug!
macro on a value.
pub fn dbg<T>(data: T)where
T: Debug,
Calls the tracing::debug!
macro on a value.