Function bevy::utils::info

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

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