Function bevy_internal::utils::warn

source ·
pub fn warn<E>(result: Result<(), E>)
where E: Debug,
Expand description

Processes a Result by calling the tracing::warn! macro in case of an Err value.