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