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.